#429391

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

Shades of Blue Chill #429391

Tints of Blue Chill #429391

Color information

#429391 (or 0x429391) is unknown color: approx Blue Chill. HEX triplet: 42, 93 and 91. RGB value is (66,147,145). Sum of RGB (Red+Green+Blue) = 66+147+145=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #429391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429391 is #BD6C6E. Grayscale: #7A7A7A. Windows color (decimal): -12414063 or 9540418. OLE color: 9540418.

HSL color Cylindrical-coordinate representation of color #429391: hue angle of 178.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429391 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB66147145-
CMYK0.5500.010.42
HSL178.52º38.03%41.76%-
HSV(B)178.52º55.1%57.65%-
XYZ17.7924.0730.5-
YUV122.55140.6687.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=18.44%
G=41.06%
B=40.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471450.5500.010.42178.5238.0341.76
Hex42939137012Ab3262a
Octal1022232216701522634652
Binary100001010010011100100011101110110101010110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429391; }

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

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

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

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

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

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

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

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