#479091

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

Shades of Blue Chill #479091

Tints of Blue Chill #479091

Color information

#479091 (or 0x479091) is unknown color: approx Blue Chill. HEX triplet: 47, 90 and 91. RGB value is (71,144,145). Sum of RGB (Red+Green+Blue) = 71+144+145=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #479091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479091 is #B86F6E. Grayscale: #7A7A7A. Windows color (decimal): -12087151 or 9539655. OLE color: 9539655.

HSL color Cylindrical-coordinate representation of color #479091: hue angle of 180.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479091 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71144145-
CMYK0.510.0100.43
HSL180.81º34.26%42.35%-
HSV(B)180.81º51.03%56.86%-
XYZ17.6823.3330.36-
YUV122.29140.8291.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=19.72%
G=40%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711441450.510.0100.43180.8134.2642.35
Hex47909133102Bb5222a
Octal1072202216310532654252
Binary100011110010000100100011100111010101110110101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479091; }

 p { color: rgb(71,144,145); }

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

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

 a { background-color: rgb(71,144,145); }

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

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

 span { border-color: rgb(71,144,145); }

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