#429295

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

Shades of Blue Chill #429295

Tints of Blue Chill #429295

Color information

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

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

Color convert

RGB66146149-
CMYK0.560.0200.42
HSL182.17º38.6%42.16%-
HSV(B)182.17º55.7%58.43%-
XYZ17.9523.8932.1-
YUV122.4214387.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661461490.560.0200.42182.1738.642.16
Hex42929538202Ab6272a
Octal1022222257020522664752
Binary1000010100100101001010111100010010101010110110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429295; }

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

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

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

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

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

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

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

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