#429099

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

Shades of Blue Chill #429099

Tints of Blue Chill #429099

Color information

#429099 (or 0x429099) is unknown color: approx Blue Chill. HEX triplet: 42, 90 and 99. RGB value is (66,144,153). Sum of RGB (Red+Green+Blue) = 66+144+153=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #429099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429099 is #BD6F66. Grayscale: #797979. Windows color (decimal): -12414823 or 10063938. OLE color: 10063938.

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

Color convert

RGB66144153-
CMYK0.570.0600.4
HSL186.21º39.73%42.94%-
HSV(B)186.21º56.86%60%-
XYZ17.9723.433.71-
YUV121.7145.6688.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=18.18%
G=39.67%
B=42.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661441530.570.0600.4186.2139.7342.94
Hex429099396028ba282b
Octal1022202317160502725053
Binary10000101001000010011001111001110010100010111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429099; }

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

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

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

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

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

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

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

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