#479391

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

Shades of Blue Chill #479391

Tints of Blue Chill #479391

Color information

#479391 (or 0x479391) is unknown color: approx Blue Chill. HEX triplet: 47, 93 and 91. RGB value is (71,147,145). Sum of RGB (Red+Green+Blue) = 71+147+145=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #479391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479391 is #B86C6E. Grayscale: #7B7B7B. Windows color (decimal): -12086383 or 9540423. OLE color: 9540423.

HSL color Cylindrical-coordinate representation of color #479391: hue angle of 178.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479391 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB71147145-
CMYK0.5200.010.42
HSL178.42º34.86%42.75%-
HSV(B)178.42º51.7%57.65%-
XYZ18.1424.2530.51-
YUV124.05139.8290.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=19.56%
G=40.50%
B=39.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471450.5200.010.42178.4234.8642.75
Hex47939134012Ab2232b
Octal1072232216401522624353
Binary100011110010011100100011101000110101010110010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479391; }

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

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

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

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

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

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

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

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