#479E95

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

Shades of Blue Chill #479E95

Tints of Blue Chill #479E95

Color information

#479E95 (or 0x479E95) is unknown color: approx Blue Chill. HEX triplet: 47, 9E and 95. RGB value is (71,158,149). Sum of RGB (Red+Green+Blue) = 71+158+149=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #479E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E95 is #B8616A. Grayscale: #828282. Windows color (decimal): -12083563 or 9805383. OLE color: 9805383.

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

Color convert

RGB71158149-
CMYK0.5500.060.38
HSL173.79º37.99%44.9%-
HSV(B)173.79º55.06%61.96%-
XYZ20.2527.9632.76-
YUV130.96138.1885.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=18.78%
G=41.80%
B=39.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581490.5500.060.38173.7937.9944.9
Hex479E95370626ae262d
Octal1072362256706462564655
Binary10001111001111010010101110111011010011010101110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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