#429491

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

Shades of Blue Chill #429491

Tints of Blue Chill #429491

Color information

#429491 (or 0x429491) is unknown color: approx Blue Chill. HEX triplet: 42, 94 and 91. RGB value is (66,148,145). Sum of RGB (Red+Green+Blue) = 66+148+145=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #429491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429491 is #BD6B6E. Grayscale: #7B7B7B. Windows color (decimal): -12413807 or 9540674. OLE color: 9540674.

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

Color convert

RGB66148145-
CMYK0.5500.020.42
HSL177.8º38.32%41.96%-
HSV(B)177.8º55.41%58.04%-
XYZ17.9524.3830.55-
YUV123.14140.3387.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=18.38%
G=41.23%
B=40.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481450.5500.020.42177.838.3241.96
Hex42949137022Ab2262a
Octal1022242216702522624652
Binary1000010100101001001000111011101010101010110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429491; }

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

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

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

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

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

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

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

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