#429695

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

Shades of Blue Chill #429695

Tints of Blue Chill #429695

Color information

#429695 (or 0x429695) is unknown color: approx Blue Chill. HEX triplet: 42, 96 and 95. RGB value is (66,150,149). Sum of RGB (Red+Green+Blue) = 66+150+149=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #429695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429695 is #BD696A. Grayscale: #7C7C7C. Windows color (decimal): -12413291 or 9803330. OLE color: 9803330.

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

Color convert

RGB66150149-
CMYK0.5600.010.41
HSL179.29º38.89%42.35%-
HSV(B)179.29º56%58.82%-
XYZ18.5825.1432.31-
YUV124.77141.6786.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=18.08%
G=41.10%
B=40.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501490.5600.010.41179.2938.8942.35
Hex429695380129b3272a
Octal1022262257001512634752
Binary100001010010110100101011110000110100110110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429695; }

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

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

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

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

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

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

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

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