#429293

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

Shades of Blue Chill #429293

Tints of Blue Chill #429293

Color information

#429293 (or 0x429293) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 93. RGB value is (66,146,147). Sum of RGB (Red+Green+Blue) = 66+146+147=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #429293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429293 is #BD6D6C. Grayscale: #7A7A7A. Windows color (decimal): -12414317 or 9671234. OLE color: 9671234.

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

Color convert

RGB66146147-
CMYK0.550.0100.42
HSL180.74º38.03%41.76%-
HSV(B)180.74º55.1%57.65%-
XYZ17.7923.8231.26-
YUV122.1914287.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=18.38%
G=40.67%
B=40.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661461470.550.0100.42180.7438.0341.76
Hex42929337102Ab5262a
Octal1022222236710522654652
Binary100001010010010100100111101111010101010110101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429293; }

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

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

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

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

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

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

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

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