#409992

Color #409992 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #409992

Tints of Blue Chill #409992

Color information

#409992 (or 0x409992) is unknown color: approx 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

RGB64153146-
CMYK0.5800.050.4
HSL175.28º41.01%42.55%-
HSV(B)175.28º58.17%60%-
XYZ18.6925.9531.22-
YUV125.59139.5184.07-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531460.5800.050.4175.2841.0142.55
Hex4099923A0528af292b
Octal1002312227205502575153
Binary10000001001100110010010111010010110100010101111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>