#429496

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

Shades of Blue Chill #429496

Tints of Blue Chill #429496

Color information

#429496 (or 0x429496) is unknown color: approx Blue Chill. HEX triplet: 42, 94 and 96. RGB value is (66,148,150). Sum of RGB (Red+Green+Blue) = 66+148+150=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #429496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429496 is #BD6B69. Grayscale: #7B7B7B. Windows color (decimal): -12413802 or 9868354. OLE color: 9868354.

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

Color convert

RGB66148150-
CMYK0.560.0100.41
HSL181.43º38.89%42.35%-
HSV(B)181.43º56%58.82%-
XYZ18.3424.5432.62-
YUV123.71142.8386.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=18.13%
G=40.66%
B=41.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661481500.560.0100.41181.4338.8942.35
Hex429496381029b5272a
Octal1022242267010512654752
Binary100001010010100100101101110001010100110110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429496; }

 p { color: rgb(66,148,150); }

 H1.HeaderClassName
 {
   color: #429496;
 }
 .AnyTagClassName
 {
   color: #429496;
 }
</style>
background-color css

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

 a { background-color: rgb(66,148,150); }

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

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

 span { border-color: rgb(66,148,150); }

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