#479FA0

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

Shades of Blue Chill #479FA0

Tints of Blue Chill #479FA0

Color information

#479FA0 (or 0x479FA0) is unknown color: approx Blue Chill. HEX triplet: 47, 9F and A0. RGB value is (71,159,160). Sum of RGB (Red+Green+Blue) = 71+159+160=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #479FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479FA0 is #B8605F. Grayscale: #848484. Windows color (decimal): -12083296 or 10526535. OLE color: 10526535.

HSL color Cylindrical-coordinate representation of color #479FA0: hue angle of 180.67º 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 #479FA0 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB71159160-
CMYK0.560.0100.37
HSL180.67º38.53%45.29%-
HSV(B)180.67º55.62%62.75%-
XYZ21.3428.6737.67-
YUV132.8143.3583.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.21%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=18.21%
G=40.77%
B=41.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711591600.560.0100.37180.6738.5345.29
Hex479FA0381025b5272d
Octal1072372407010452654755
Binary100011110011111101000001110001010010110110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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