#479F9E

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

Shades of Blue Chill #479F9E

Tints of Blue Chill #479F9E

Color information

#479F9E (or 0x479F9E) is unknown color: approx Blue Chill. HEX triplet: 47, 9F and 9E. RGB value is (71,159,158). Sum of RGB (Red+Green+Blue) = 71+159+158=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #479F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F9E is #B86061. Grayscale: #848484. Windows color (decimal): -12083298 or 10395463. OLE color: 10395463.

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

Color convert

RGB71159158-
CMYK0.5500.010.38
HSL179.32º38.26%45.1%-
HSV(B)179.32º55.35%62.35%-
XYZ21.1728.636.75-
YUV132.57142.3584.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=18.30%
G=40.98%
B=40.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711591580.5500.010.38179.3238.2645.1
Hex479F9E370126b3262d
Octal1072372366701462634655
Binary100011110011111100111101101110110011010110011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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