#429191

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

Shades of Blue Chill #429191

Tints of Blue Chill #429191

Color information

#429191 (or 0x429191) is unknown color: approx Blue Chill. HEX triplet: 42, 91 and 91. RGB value is (66,145,145). Sum of RGB (Red+Green+Blue) = 66+145+145=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #429191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429191 is #BD6E6E. Grayscale: #797979. Windows color (decimal): -12414575 or 9539906. OLE color: 9539906.

HSL color Cylindrical-coordinate representation of color #429191: hue angle of 180º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429191 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66145145-
CMYK0.54000.43
HSL180º37.44%41.37%-
HSV(B)180º54.48%56.86%-
XYZ17.4823.4530.39-
YUV121.38141.3388.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=18.54%
G=40.73%
B=40.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451450.54000.4318037.4441.37
Hex42919136002Bb42529
Octal1022212216600532644551
Binary100001010010001100100011101100010101110110100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429191; }

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

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

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

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

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

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

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

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