Html Css Color HEX #409091 Blue Chill

📋 copy color: '#409091'

red 64 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #409091

Tints of Blue Chill #409091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

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

R = 18.13%
G = 40.79%
B = 41.08%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#409091 (or 0x409091) is known color: Blue Chill. HEX triplet: 40, 90 and 91. RGB value is (64,144,145). Sum of RGB (Red+Green+Blue) = 64+144+145=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #409091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409091 is #BF6F6E. Grayscale: #787878. Windows color (decimal): -12545903 or 9539648. OLE color: 9539648.

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

Color convert

RGB 64 144 145 -
CMYK 0.56 0.01 0 0.43
HSL 180.74º 0.39% 0.41% -
HSV(B) 180.74º 0.56% 0.57% -
XYZ 17.2 23.08 30.34 -
YUV 120.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 64 144 145 0.56 0.01 0 0.43 180.74 0.39 0.41
Hex 40 90 91 38 1 0 2B B5 27 29
Octal 100 220 221 70 1 0 53 265 47 51
Binary 1000000 10010000 10010001 111000 1 0 101011 10110101 100111 101001

Color Harmonies of #409091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409091

Black with #409091

Text Example


Text Example

White with #409091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409091; }

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

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

background-color css

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

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

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

border-color css

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

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

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