#479BA1

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

Shades of Blue Chill #479BA1

Tints of Blue Chill #479BA1

Color information

#479BA1 (or 0x479BA1) is unknown color: approx Blue Chill. HEX triplet: 47, 9B and A1. RGB value is (71,155,161). Sum of RGB (Red+Green+Blue) = 71+155+161=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #479BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BA1 is #B8645E. Grayscale: #828282. Windows color (decimal): -12084319 or 10591047. OLE color: 10591047.

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

Color convert

RGB71155161-
CMYK0.560.0400.37
HSL184º38.79%45.49%-
HSV(B)184º55.9%63.14%-
XYZ20.7527.3637.9-
YUV130.57145.1785.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=18.35%
G=40.05%
B=41.60%

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
Decimal711551610.560.0400.3718438.7945.49
Hex479BA1384025b8272d
Octal1072332417040452704755
Binary10001111001101110100001111000100010010110111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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