#479C9F

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

Shades of Blue Chill #479C9F

Tints of Blue Chill #479C9F

Color information

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

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

Color convert

RGB71156159-
CMYK0.550.0200.38
HSL182.05º38.26%45.1%-
HSV(B)182.05º55.35%62.35%-
XYZ20.7527.6237.04-
YUV130.93143.8485.26-

RGB Variations

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

RGB

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

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
Decimal711561590.550.0200.38182.0538.2645.1
Hex479C9F372026b6262d
Octal1072342376720462664655
Binary1000111100111001001111111011110010011010110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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