#479B93

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

Shades of Blue Chill #479B93

Tints of Blue Chill #479B93

Color information

#479B93 (or 0x479B93) is unknown color: approx Blue Chill. HEX triplet: 47, 9B and 93. RGB value is (71,155,147). Sum of RGB (Red+Green+Blue) = 71+155+147=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #479B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479B93 is #B8646C. Grayscale: #808080. Windows color (decimal): -12084333 or 9673543. OLE color: 9673543.

HSL color Cylindrical-coordinate representation of color #479B93: hue angle of 174.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B93 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB71155147-
CMYK0.5400.050.39
HSL174.29º37.17%44.31%-
HSV(B)174.29º54.19%60.78%-
XYZ19.5926.8931.76-
YUV128.97138.1786.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=19.03%
G=41.55%
B=39.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551470.5400.050.39174.2937.1744.31
Hex479B93360527ae252c
Octal1072332236605472564554
Binary10001111001101110010011110110010110011110101110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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