#479493

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

Shades of Blue Chill #479493

Tints of Blue Chill #479493

Color information

#479493 (or 0x479493) is unknown color: approx Blue Chill. HEX triplet: 47, 94 and 93. RGB value is (71,148,147). Sum of RGB (Red+Green+Blue) = 71+148+147=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #479493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479493 is #B86B6C. Grayscale: #7C7C7C. Windows color (decimal): -12086125 or 9671751. OLE color: 9671751.

HSL color Cylindrical-coordinate representation of color #479493: hue angle of 179.22º 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 #479493 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB71148147-
CMYK0.5200.010.42
HSL179.22º35.16%42.94%-
HSV(B)179.22º52.03%58.04%-
XYZ18.4524.6331.38-
YUV124.86140.4989.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=19.40%
G=40.44%
B=40.16%

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
Decimal711481470.5200.010.42179.2235.1642.94
Hex47949334012Ab3232b
Octal1072242236401522634353
Binary100011110010100100100111101000110101010110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479493; }

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

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

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

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

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

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

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

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