#479F9C

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

Shades of Blue Chill #479F9C

Tints of Blue Chill #479F9C

Color information

#479F9C (or 0x479F9C) is unknown color: approx Blue Chill. HEX triplet: 47, 9F and 9C. RGB value is (71,159,156). Sum of RGB (Red+Green+Blue) = 71+159+156=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #479F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F9C is #B86063. Grayscale: #848484. Windows color (decimal): -12083300 or 10264391. OLE color: 10264391.

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

Color convert

RGB71159156-
CMYK0.5500.020.38
HSL177.95º38.26%45.1%-
HSV(B)177.95º55.35%62.35%-
XYZ2128.5435.85-
YUV132.35141.3584.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.39%
GREEN value IS 159 (62.5% from 255) = 41.19%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=18.39%
G=41.19%
B=40.41%

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
Decimal711591560.5500.020.38177.9538.2645.1
Hex479F9C370226b2262d
Octal1072372346702462624655
Binary1000111100111111001110011011101010011010110010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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