Html Css Color HEX #408992 Blue Chill

📋 copy color: '#408992'

red 64 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #408992

Tints of Blue Chill #408992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 18.44%
G = 39.48%
B = 42.07%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408992 (or 0x408992) is known color: Blue Chill. HEX triplet: 40, 89 and 92. RGB value is (64,137,146). Sum of RGB (Red+Green+Blue) = 64+137+146=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #408992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408992 is #BF766D. Grayscale: #747474. Windows color (decimal): -12547694 or 9603392. OLE color: 9603392.

HSL color Cylindrical-coordinate representation of color #408992: hue angle of 186.59º 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 #408992 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 137 146 -
CMYK 0.56 0.06 0 0.43
HSL 186.59º 0.39% 0.41% -
HSV(B) 186.59º 0.56% 0.57% -
XYZ 16.25 21.06 30.4 -
YUV 116.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 64 137 146 0.56 0.06 0 0.43 186.59 0.39 0.41
Hex 40 89 92 38 6 0 2B BB 27 29
Octal 100 211 222 70 6 0 53 273 47 51
Binary 1000000 10001001 10010010 111000 110 0 101011 10111011 100111 101001

Color Harmonies of #408992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408992

Black with #408992

Text Example


Text Example

White with #408992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408992; }

 p { color: rgb(64,137,146); }

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

background-color css

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

 a { background-color: rgb(64,137,146); }

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

border-color css

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

 span { border-color: rgb(64,137,146); }

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