#479E9B

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

Shades of Blue Chill #479E9B

Tints of Blue Chill #479E9B

Color information

#479E9B (or 0x479E9B) is unknown color: approx Blue Chill. HEX triplet: 47, 9E and 9B. RGB value is (71,158,155). Sum of RGB (Red+Green+Blue) = 71+158+155=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #479E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E9B is #B86164. Grayscale: #838383. Windows color (decimal): -12083557 or 10198599. OLE color: 10198599.

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

Color convert

RGB71158155-
CMYK0.5500.020.38
HSL177.93º37.99%44.9%-
HSV(B)177.93º55.06%61.96%-
XYZ20.7428.1635.35-
YUV131.64141.1884.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.49%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=18.49%
G=41.15%
B=40.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581550.5500.020.38177.9337.9944.9
Hex479E9B370226b2262d
Octal1072362336702462624655
Binary1000111100111101001101111011101010011010110010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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