#479AA0

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

Shades of Blue Chill #479AA0

Tints of Blue Chill #479AA0

Color information

#479AA0 (or 0x479AA0) is unknown color: approx Blue Chill. HEX triplet: 47, 9A and A0. RGB value is (71,154,160). Sum of RGB (Red+Green+Blue) = 71+154+160=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #479AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AA0 is #B8655F. Grayscale: #818181. Windows color (decimal): -12084576 or 10525255. OLE color: 10525255.

HSL color Cylindrical-coordinate representation of color #479AA0: hue angle of 184.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479AA0 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB71154160-
CMYK0.560.0400.37
HSL184.04º38.53%45.29%-
HSV(B)184.04º55.62%62.75%-
XYZ20.526.9937.39-
YUV129.8714586.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=18.44%
G=40%
B=41.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711541600.560.0400.37184.0438.5345.29
Hex479AA0384025b8272d
Octal1072322407040452704755
Binary10001111001101010100000111000100010010110111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479AA0; }

 p { color: rgb(71,154,160); }

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

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

 a { background-color: rgb(71,154,160); }

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

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

 span { border-color: rgb(71,154,160); }

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