#429993

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

Shades of Blue Chill #429993

Tints of Blue Chill #429993

Color information

#429993 (or 0x429993) is unknown color: approx Blue Chill. HEX triplet: 42, 99 and 93. RGB value is (66,153,147). Sum of RGB (Red+Green+Blue) = 66+153+147=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #429993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429993 is #BD666C. Grayscale: #7E7E7E. Windows color (decimal): -12412525 or 9673026. OLE color: 9673026.

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

Color convert

RGB66153147-
CMYK0.5700.040.4
HSL175.86º39.73%42.94%-
HSV(B)175.86º56.86%60%-
XYZ18.926.0531.64-
YUV126.3139.6884.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=18.03%
G=41.80%
B=40.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531470.5700.040.4175.8639.7342.94
Hex429993390428b0282b
Octal1022312237104502605053
Binary10000101001100110010011111001010010100010110000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429993; }

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

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

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

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

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

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

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

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