#479A9D

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

Shades of Blue Chill #479A9D

Tints of Blue Chill #479A9D

Color information

#479A9D (or 0x479A9D) is unknown color: approx Blue Chill. HEX triplet: 47, 9A and 9D. RGB value is (71,154,157). Sum of RGB (Red+Green+Blue) = 71+154+157=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #479A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A9D is #B86562. Grayscale: #818181. Windows color (decimal): -12084579 or 10328647. OLE color: 10328647.

HSL color Cylindrical-coordinate representation of color #479A9D: hue angle of 182.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479A9D is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71154157-
CMYK0.550.0200.38
HSL182.09º37.72%44.71%-
HSV(B)182.09º54.78%61.57%-
XYZ20.2426.8936.02-
YUV129.52143.586.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=18.59%
G=40.31%
B=41.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711541570.550.0200.38182.0937.7244.71
Hex479A9D372026b6262d
Octal1072322356720462664655
Binary1000111100110101001110111011110010011010110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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