#41ACC0

Color #41ACC0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #41ACC0

Tints of Viking #41ACC0

Color information

#41ACC0 (or 0x41ACC0) is unknown color: approx Viking. HEX triplet: 41, AC and C0. RGB value is (65,172,192). Sum of RGB (Red+Green+Blue) = 65+172+192=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #41ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACC0 is #BE533F. Grayscale: #8E8E8E. Windows color (decimal): -12473152 or 12627009. OLE color: 12627009.

HSL color Cylindrical-coordinate representation of color #41ACC0: hue angle of 189.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41ACC0 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65172192-
CMYK0.660.1000.25
HSL189.45º50.2%50.39%-
HSV(B)189.45º66.15%75.29%-
XYZ26.4534.4355.12-
YUV142.29156.0572.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=15.15%
G=40.09%
B=44.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651721920.660.1000.25189.4550.250.39
Hex41ACC042A019bd3232
Octal101254300102120312756262
Binary100000110101100110000001000010101001100110111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41ACC0; }

 p { color: rgb(65,172,192); }

 H1.HeaderClassName
 {
   color: #41ACC0;
 }
 .AnyTagClassName
 {
   color: #41ACC0;
 }
</style>
background-color css

<style>
 a { background-color: #41ACC0; }

 a { background-color: rgb(65,172,192); }

 div.DivClassName
 {
   background-color: #41ACC0;
 }
 .BgClassName
 {
   background-color: #41ACC0;
 }
</style>
border-color css

<style>
 span { border-color: #41ACC0; }

 span { border-color: rgb(65,172,192); }

 td.TdClassName
 {
   border-color: #41ACC0;
 }
 .TagClassName
 {
   border-color: #41ACC0;
 }
</style>