#479895

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

Shades of Blue Chill #479895

Tints of Blue Chill #479895

Color information

#479895 (or 0x479895) is unknown color: approx Blue Chill. HEX triplet: 47, 98 and 95. RGB value is (71,152,149). Sum of RGB (Red+Green+Blue) = 71+152+149=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #479895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479895 is #B8676A. Grayscale: #7F7F7F. Windows color (decimal): -12085099 or 9803847. OLE color: 9803847.

HSL color Cylindrical-coordinate representation of color #479895: hue angle of 177.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479895 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB71152149-
CMYK0.5300.020.40
HSL177.78º36.32%43.73%-
HSV(B)177.78º53.29%59.61%-
XYZ19.2525.9732.43-
YUV127.44140.1687.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=19.09%
G=40.86%
B=40.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521490.5300.020.40177.7836.3243.73
Hex479895350228b2242c
Octal1072302256502502624454
Binary1000111100110001001010111010101010100010110010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479895; }

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

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

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

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

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

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

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

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