#479A9C

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

Shades of Blue Chill #479A9C

Tints of Blue Chill #479A9C

Color information

#479A9C (or 0x479A9C) is unknown color: approx Blue Chill. HEX triplet: 47, 9A and 9C. RGB value is (71,154,156). Sum of RGB (Red+Green+Blue) = 71+154+156=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #479A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A9C is #B86563. Grayscale: #818181. Windows color (decimal): -12084580 or 10263111. OLE color: 10263111.

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

Color convert

RGB71154156-
CMYK0.540.0100.39
HSL181.41º37.44%44.51%-
HSV(B)181.41º54.49%61.18%-
XYZ20.1526.8535.57-
YUV129.4114386.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.64%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=18.64%
G=40.42%
B=40.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711541560.540.0100.39181.4137.4444.51
Hex479A9C361027b5252d
Octal1072322346610472654555
Binary100011110011010100111001101101010011110110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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