#429199

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

Shades of Blue Chill #429199

Tints of Blue Chill #429199

Color information

#429199 (or 0x429199) is unknown color: approx Blue Chill. HEX triplet: 42, 91 and 99. RGB value is (66,145,153). Sum of RGB (Red+Green+Blue) = 66+145+153=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #429199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429199 is #BD6E66. Grayscale: #7A7A7A. Windows color (decimal): -12414567 or 10064194. OLE color: 10064194.

HSL color Cylindrical-coordinate representation of color #429199: hue angle of 185.52º degrees, saturation: 0.4, 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 #429199 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66145153-
CMYK0.570.0500.4
HSL185.52º39.73%42.94%-
HSV(B)185.52º56.86%60%-
XYZ18.1223.7133.76-
YUV122.29145.3387.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=18.13%
G=39.84%
B=42.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661451530.570.0500.4185.5239.7342.94
Hex429199395028ba282b
Octal1022212317150502725053
Binary10000101001000110011001111001101010100010111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429199; }

 p { color: rgb(66,145,153); }

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

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

 a { background-color: rgb(66,145,153); }

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

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

 span { border-color: rgb(66,145,153); }

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