Html Css Color HEX #409FA2 Blue Chill

📋 copy color: '#409FA2'

red 64 ◦ green 159 ◦ blue 162

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

Shades of Blue Chill #409FA2

Tints of Blue Chill #409FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 16.62%
G = 41.3%
B = 42.08%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#409FA2 (or 0x409FA2) is known color: Blue Chill. HEX triplet: 40, 9F and A2. RGB value is (64,159,162). Sum of RGB (Red+Green+Blue) = 64+159+162=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #409FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409FA2 is #BF605D. Grayscale: #828282. Windows color (decimal): -12542046 or 10657600. OLE color: 10657600.

HSL color Cylindrical-coordinate representation of color #409FA2: hue angle of 181.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409FA2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 159 162 -
CMYK 0.60 0.02 0 0.36
HSL 181.84º 0.43% 0.44% -
HSV(B) 181.84º 0.6% 0.64% -
XYZ 21.03 28.49 38.57 -
YUV 130.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 64 159 162 0.60 0.02 0 0.36 181.84 0.43 0.44
Hex 40 9F A2 3C 2 0 24 B6 2B 2C
Octal 100 237 242 74 2 0 44 266 53 54
Binary 1000000 10011111 10100010 111100 10 0 100100 10110110 101011 101100

Color Harmonies of #409FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FA2

Black with #409FA2

Text Example


Text Example

White with #409FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,159,162); }

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

background-color css

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

 a { background-color: rgb(64,159,162); }

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

border-color css

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

 span { border-color: rgb(64,159,162); }

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