#479D9F

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

Shades of Blue Chill #479D9F

Tints of Blue Chill #479D9F

Color information

#479D9F (or 0x479D9F) is unknown color: approx Blue Chill. HEX triplet: 47, 9D and 9F. RGB value is (71,157,159). Sum of RGB (Red+Green+Blue) = 71+157+159=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #479D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D9F is #B86260. Grayscale: #838383. Windows color (decimal): -12083809 or 10460487. OLE color: 10460487.

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

Color convert

RGB71157159-
CMYK0.550.0100.38
HSL181.36º38.26%45.1%-
HSV(B)181.36º55.35%62.35%-
XYZ20.9127.9637.09-
YUV131.51143.5184.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=18.35%
G=40.57%
B=41.09%

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
Decimal711571590.550.0100.38181.3638.2645.1
Hex479D9F371026b5262d
Octal1072352376710462654655
Binary100011110011101100111111101111010011010110101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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