Html Css Color HEX #409992 Blue Chill

📋 copy color: '#409992'

red 64 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #409992

Tints of Blue Chill #409992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 17.63%
G = 42.15%
B = 40.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#409992 (or 0x409992) is known color: Blue Chill. HEX triplet: 40, 99 and 92. RGB value is (64,153,146). Sum of RGB (Red+Green+Blue) = 64+153+146=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #409992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409992 is #BF666D. Grayscale: #7D7D7D. Windows color (decimal): -12543598 or 9607488. OLE color: 9607488.

HSL color Cylindrical-coordinate representation of color #409992: hue angle of 175.28º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409992 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 146 -
CMYK 0.58 0 0.05 0.4
HSL 175.28º 0.41% 0.43% -
HSV(B) 175.28º 0.58% 0.6% -
XYZ 18.69 25.95 31.22 -
YUV 125.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 64 153 146 0.58 0 0.05 0.4 175.28 0.41 0.43
Hex 40 99 92 3A 0 5 28 AF 29 2B
Octal 100 231 222 72 0 5 50 257 51 53
Binary 1000000 10011001 10010010 111010 0 101 101000 10101111 101001 101011

Color Harmonies of #409992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409992

Black with #409992

Text Example


Text Example

White with #409992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409992; }

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

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

background-color css

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

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

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

border-color css

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

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

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