#479E9F

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

Shades of Blue Chill #479E9F

Tints of Blue Chill #479E9F

Color information

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

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

Color convert

RGB71158159-
CMYK0.550.0100.38
HSL180.68º38.26%45.1%-
HSV(B)180.68º55.35%62.35%-
XYZ21.0828.337.15-
YUV132.1143.1884.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581590.550.0100.38180.6838.2645.1
Hex479E9F371026b5262d
Octal1072362376710462654655
Binary100011110011110100111111101111010011010110101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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