#429092

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

Shades of Blue Chill #429092

Tints of Blue Chill #429092

Color information

#429092 (or 0x429092) is unknown color: approx Blue Chill. HEX triplet: 42, 90 and 92. RGB value is (66,144,146). Sum of RGB (Red+Green+Blue) = 66+144+146=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #429092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429092 is #BD6F6D. Grayscale: #787878. Windows color (decimal): -12414830 or 9605186. OLE color: 9605186.

HSL color Cylindrical-coordinate representation of color #429092: hue angle of 181.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429092 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66144146-
CMYK0.550.0100.43
HSL181.5º37.74%41.57%-
HSV(B)181.5º54.79%57.25%-
XYZ17.4123.1830.75-
YUV120.91142.1688.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=18.54%
G=40.45%
B=41.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661441460.550.0100.43181.537.7441.57
Hex42909237102Bb6262a
Octal1022202226710532664652
Binary100001010010000100100101101111010101110110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429092; }

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

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

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

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

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

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

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

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