Html Css Color HEX #409ECC Viking

📋 copy color: '#409ECC'

red 64 ◦ green 158 ◦ blue 204

#409ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #409ECC

Tints of Viking #409ECC

RGB

 RED value IS 64 (25.39% from 255) = 15.02%

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 15.02%
G = 37.09%
B = 47.89%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#409ECC (or 0x409ECC) is known color: Viking. HEX triplet: 40, 9E and CC. RGB value is (64,158,204). Sum of RGB (Red+Green+Blue) = 64+158+204=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #409ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ECC is #BF6133. Grayscale: #868686. Windows color (decimal): -12542260 or 13409856. OLE color: 13409856.

HSL color Cylindrical-coordinate representation of color #409ECC: hue angle of 199.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409ECC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 158 204 -
CMYK 0.69 0.23 0 0.2
HSL 199.71º 0.58% 0.53% -
HSV(B) 199.71º 0.69% 0.8% -
XYZ 25.24 29.9 61.57 -
YUV 135.14 166.86 77.26 -
System Red Green Blue C M Y K H S L
Decimal 64 158 204 0.69 0.23 0 0.2 199.71 0.58 0.53
Hex 40 9E CC 45 17 0 14 C8 3A 35
Octal 100 236 314 105 27 0 24 310 72 65
Binary 1000000 10011110 11001100 1000101 10111 0 10100 11001000 111010 110101

Color Harmonies of #409ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409ECC

Black with #409ECC

Text Example


Text Example

White with #409ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,158,204); }

 H1.HeaderClassName
 {
   color: #409ECC;
 }
 .AnyTagClassName
 {
   color: #409ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(64,158,204); }

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

border-color css

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

 span { border-color: rgb(64,158,204); }

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