#479197

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

Shades of Blue Chill #479197

Tints of Blue Chill #479197

Color information

#479197 (or 0x479197) is unknown color: approx Blue Chill. HEX triplet: 47, 91 and 97. RGB value is (71,145,151). Sum of RGB (Red+Green+Blue) = 71+145+151=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #479197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479197 is #B86E68. Grayscale: #7B7B7B. Windows color (decimal): -12086889 or 9933127. OLE color: 9933127.

HSL color Cylindrical-coordinate representation of color #479197: hue angle of 184.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 #479197 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71145151-
CMYK0.530.0400.41
HSL184.5º36.04%43.53%-
HSV(B)184.5º52.98%59.22%-
XYZ18.3123.8232.91-
YUV123.56143.4890.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=19.35%
G=39.51%
B=41.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711451510.530.0400.41184.536.0443.53
Hex479197354029b8242c
Octal1072212276540512704454
Binary10001111001000110010111110101100010100110111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479197; }

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

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

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

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

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

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

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

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