#479DA1

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

Shades of Blue Chill #479DA1

Tints of Blue Chill #479DA1

Color information

#479DA1 (or 0x479DA1) is unknown color: approx Blue Chill. HEX triplet: 47, 9D and A1. RGB value is (71,157,161). Sum of RGB (Red+Green+Blue) = 71+157+161=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #479DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479DA1 is #B8625E. Grayscale: #838383. Windows color (decimal): -12083807 or 10591559. OLE color: 10591559.

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

Color convert

RGB71157161-
CMYK0.560.0200.37
HSL182.67º38.79%45.49%-
HSV(B)182.67º55.9%63.14%-
XYZ21.0928.0338.02-
YUV131.74144.5184.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=18.25%
G=40.36%
B=41.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711571610.560.0200.37182.6738.7945.49
Hex479DA1382025b7272d
Octal1072352417020452674755
Binary1000111100111011010000111100010010010110110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,161); }

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

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

 a { background-color: rgb(71,157,161); }

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

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

 span { border-color: rgb(71,157,161); }

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