#479A93

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

Shades of Blue Chill #479A93

Tints of Blue Chill #479A93

Color information

#479A93 (or 0x479A93) is unknown color: approx Blue Chill. HEX triplet: 47, 9A and 93. RGB value is (71,154,147). Sum of RGB (Red+Green+Blue) = 71+154+147=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #479A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A93 is #B8656C. Grayscale: #808080. Windows color (decimal): -12084589 or 9673287. OLE color: 9673287.

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

Color convert

RGB71154147-
CMYK0.5400.050.40
HSL174.94º36.89%44.12%-
HSV(B)174.94º53.9%60.39%-
XYZ19.4226.5631.71-
YUV128.38138.587.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=19.09%
G=41.40%
B=39.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541470.5400.050.40174.9436.8944.12
Hex479A93360528af252c
Octal1072322236605502574554
Binary10001111001101010010011110110010110100010101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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