#479599

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

Shades of Blue Chill #479599

Tints of Blue Chill #479599

Color information

#479599 (or 0x479599) is unknown color: approx Blue Chill. HEX triplet: 47, 95 and 99. RGB value is (71,149,153). Sum of RGB (Red+Green+Blue) = 71+149+153=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #479599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479599 is #B86A66. Grayscale: #7E7E7E. Windows color (decimal): -12085863 or 10065223. OLE color: 10065223.

HSL color Cylindrical-coordinate representation of color #479599: hue angle of 182.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479599 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71149153-
CMYK0.540.0300.4
HSL182.93º36.61%43.92%-
HSV(B)182.93º53.59%60%-
XYZ19.125.1333.98-
YUV126.13143.1688.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=19.03%
G=39.95%
B=41.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711491530.540.0300.4182.9336.6143.92
Hex479599363028b7252c
Octal1072252316630502674554
Binary1000111100101011001100111011011010100010110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479599; }

 p { color: rgb(71,149,153); }

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

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

 a { background-color: rgb(71,149,153); }

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

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

 span { border-color: rgb(71,149,153); }

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