#479D9A

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

Shades of Blue Chill #479D9A

Tints of Blue Chill #479D9A

Color information

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

HSL color Cylindrical-coordinate representation of color #479D9A: hue angle of 177.91º 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 #479D9A is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB71157154-
CMYK0.5500.020.38
HSL177.91º37.72%44.71%-
HSV(B)177.91º54.78%61.57%-
XYZ20.4927.7934.86-
YUV130.94141.0185.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711571540.5500.020.38177.9137.7244.71
Hex479D9A370226b2262d
Octal1072352326702462624655
Binary1000111100111011001101011011101010011010110010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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