#429794

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

Shades of Blue Chill #429794

Tints of Blue Chill #429794

Color information

#429794 (or 0x429794) is unknown color: approx Blue Chill. HEX triplet: 42, 97 and 94. RGB value is (66,151,148). Sum of RGB (Red+Green+Blue) = 66+151+148=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #429794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429794 is #BD686B. Grayscale: #7D7D7D. Windows color (decimal): -12413036 or 9738050. OLE color: 9738050.

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

Color convert

RGB66151148-
CMYK0.5600.020.41
HSL177.88º39.17%42.55%-
HSV(B)177.88º56.29%59.22%-
XYZ18.6625.4331.94-
YUV125.24140.8485.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=18.08%
G=41.37%
B=40.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511480.5600.020.41177.8839.1742.55
Hex429794380229b2272b
Octal1022272247002512624753
Binary1000010100101111001010011100001010100110110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429794; }

 p { color: rgb(66,151,148); }

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

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

 a { background-color: rgb(66,151,148); }

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

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

 span { border-color: rgb(66,151,148); }

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