#429895

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

Shades of Blue Chill #429895

Tints of Blue Chill #429895

Color information

#429895 (or 0x429895) is unknown color: approx Blue Chill. HEX triplet: 42, 98 and 95. RGB value is (66,152,149). Sum of RGB (Red+Green+Blue) = 66+152+149=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #429895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429895 is #BD676A. Grayscale: #7D7D7D. Windows color (decimal): -12412779 or 9803842. OLE color: 9803842.

HSL color Cylindrical-coordinate representation of color #429895: hue angle of 177.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429895 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB66152149-
CMYK0.5700.020.40
HSL177.91º39.45%42.75%-
HSV(B)177.91º56.58%59.61%-
XYZ18.925.7832.41-
YUV125.94141.0185.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=17.98%
G=41.42%
B=40.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521490.5700.020.40177.9139.4542.75
Hex429895390228b2272b
Octal1022302257102502624753
Binary1000010100110001001010111100101010100010110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429895; }

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

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

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

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

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

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

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

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