#47939B

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

Shades of Blue Chill #47939B

Tints of Blue Chill #47939B

Color information

#47939B (or 0x47939B) is unknown color: approx Blue Chill. HEX triplet: 47, 93 and 9B. RGB value is (71,147,155). Sum of RGB (Red+Green+Blue) = 71+147+155=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #47939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47939B is #B86C64. Grayscale: #7D7D7D. Windows color (decimal): -12086373 or 10195783. OLE color: 10195783.

HSL color Cylindrical-coordinate representation of color #47939B: hue angle of 185.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47939B is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71147155-
CMYK0.540.0500.39
HSL185.71º37.17%44.31%-
HSV(B)185.71º54.19%60.78%-
XYZ18.9524.5734.75-
YUV125.19144.8289.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=19.03%
G=39.41%
B=41.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711471550.540.0500.39185.7137.1744.31
Hex47939B365027ba252c
Octal1072232336650472724554
Binary10001111001001110011011110110101010011110111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47939B; }

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

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

<style>
 a { background-color: #47939B; }

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

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

<style>
 span { border-color: #47939B; }

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

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