#429093

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

Shades of Blue Chill #429093

Tints of Blue Chill #429093

Color information

#429093 (or 0x429093) is unknown color: approx Blue Chill. HEX triplet: 42, 90 and 93. RGB value is (66,144,147). Sum of RGB (Red+Green+Blue) = 66+144+147=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #429093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429093 is #BD6F6C. Grayscale: #787878. Windows color (decimal): -12414829 or 9670722. OLE color: 9670722.

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

Color convert

RGB66144147-
CMYK0.550.0200.42
HSL182.22º38.03%41.76%-
HSV(B)182.22º55.1%57.65%-
XYZ17.4923.2131.16-
YUV121.02142.6688.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=18.49%
G=40.34%
B=41.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661441470.550.0200.42182.2238.0341.76
Hex42909337202Ab6262a
Octal1022202236720522664652
Binary1000010100100001001001111011110010101010110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429093; }

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

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

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

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

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

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

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

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