#429699

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

Shades of Blue Chill #429699

Tints of Blue Chill #429699

Color information

#429699 (or 0x429699) is unknown color: approx Blue Chill. HEX triplet: 42, 96 and 99. RGB value is (66,150,153). Sum of RGB (Red+Green+Blue) = 66+150+153=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #429699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429699 is #BD6966. Grayscale: #7D7D7D. Windows color (decimal): -12413287 or 10065474. OLE color: 10065474.

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

Color convert

RGB66150153-
CMYK0.570.0200.4
HSL182.07º39.73%42.94%-
HSV(B)182.07º56.86%60%-
XYZ18.925.2734.02-
YUV125.23143.6785.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=17.89%
G=40.65%
B=41.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661501530.570.0200.4182.0739.7342.94
Hex429699392028b6282b
Octal1022262317120502665053
Binary1000010100101101001100111100110010100010110110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429699; }

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

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

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

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

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

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

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

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