#479795

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

Shades of Blue Chill #479795

Tints of Blue Chill #479795

Color information

#479795 (or 0x479795) is unknown color: approx Blue Chill. HEX triplet: 47, 97 and 95. RGB value is (71,151,149). Sum of RGB (Red+Green+Blue) = 71+151+149=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #479795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479795 is #B8686A. Grayscale: #7E7E7E. Windows color (decimal): -12085355 or 9803591. OLE color: 9803591.

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

Color convert

RGB71151149-
CMYK0.5300.010.41
HSL178.5º36.04%43.53%-
HSV(B)178.5º52.98%59.22%-
XYZ19.0925.6432.38-
YUV126.85140.588.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=19.14%
G=40.70%
B=40.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511490.5300.010.41178.536.0443.53
Hex479795350129b2242c
Octal1072272256501512624454
Binary100011110010111100101011101010110100110110010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479795; }

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

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

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

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

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

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

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

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