#409DC9

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

Shades of Viking #409DC9

Tints of Viking #409DC9

Color information

#409DC9 (or 0x409DC9) is unknown color: approx Viking. HEX triplet: 40, 9D and C9. RGB value is (64,157,201). Sum of RGB (Red+Green+Blue) = 64+157+201=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #409DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DC9 is #BF6236. Grayscale: #858585. Windows color (decimal): -12542519 or 13212992. OLE color: 13212992.

HSL color Cylindrical-coordinate representation of color #409DC9: hue angle of 199.27º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409DC9 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64157201-
CMYK0.680.2200.21
HSL199.27º55.92%51.96%-
HSV(B)199.27º68.16%78.82%-
XYZ24.7129.4259.63-
YUV134.21165.6977.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 201 (78.91% from 255) = 47.63%
R=15.17%
G=37.20%
B=47.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641572010.680.2200.21199.2755.9251.96
Hex409DC94416015c73834
Octal100235311104260253077064
Binary1000000100111011100100110001001011001010111000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409DC9; }

 p { color: rgb(64,157,201); }

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

<style>
 a { background-color: #409DC9; }

 a { background-color: rgb(64,157,201); }

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

<style>
 span { border-color: #409DC9; }

 span { border-color: rgb(64,157,201); }

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