#429592

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

Shades of Blue Chill #429592

Tints of Blue Chill #429592

Color information

#429592 (or 0x429592) is unknown color: approx Blue Chill. HEX triplet: 42, 95 and 92. RGB value is (66,149,146). Sum of RGB (Red+Green+Blue) = 66+149+146=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #429592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429592 is #BD6A6D. Grayscale: #7B7B7B. Windows color (decimal): -12413550 or 9606466. OLE color: 9606466.

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

Color convert

RGB66149146-
CMYK0.5600.020.42
HSL177.83º38.6%42.16%-
HSV(B)177.83º55.7%58.43%-
XYZ18.1824.7331.01-
YUV123.84140.586.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=18.28%
G=41.27%
B=40.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491460.5600.020.42177.8338.642.16
Hex42959238022Ab2272a
Octal1022252227002522624752
Binary1000010100101011001001011100001010101010110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429592; }

 p { color: rgb(66,149,146); }

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

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

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

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

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

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

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