Html Css Color HEX #409391 Blue Chill

📋 copy color: '#409391'

red 64 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #409391

Tints of Blue Chill #409391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 17.98%
G = 41.29%
B = 40.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#409391 (or 0x409391) is known color: Blue Chill. HEX triplet: 40, 93 and 91. RGB value is (64,147,145). Sum of RGB (Red+Green+Blue) = 64+147+145=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #409391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409391 is #BF6C6E. Grayscale: #797979. Windows color (decimal): -12545135 or 9540416. OLE color: 9540416.

HSL color Cylindrical-coordinate representation of color #409391: hue angle of 178.55º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409391 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 145 -
CMYK 0.56 0 0.01 0.42
HSL 178.55º 0.39% 0.41% -
HSV(B) 178.55º 0.56% 0.58% -
XYZ 17.66 24 30.49 -
YUV 121.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 64 147 145 0.56 0 0.01 0.42 178.55 0.39 0.41
Hex 40 93 91 38 0 1 2A B3 27 29
Octal 100 223 221 70 0 1 52 263 47 51
Binary 1000000 10010011 10010001 111000 0 1 101010 10110011 100111 101001

Color Harmonies of #409391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409391

Black with #409391

Text Example


Text Example

White with #409391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409391; }

 p { color: rgb(64,147,145); }

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

background-color css

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

 a { background-color: rgb(64,147,145); }

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

border-color css

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

 span { border-color: rgb(64,147,145); }

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