#47939E

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

Shades of Hippie Blue #47939E

Tints of Hippie Blue #47939E

Color information

#47939E (or 0x47939E) is unknown color: approx Hippie Blue. HEX triplet: 47, 93 and 9E. RGB value is (71,147,158). Sum of RGB (Red+Green+Blue) = 71+147+158=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #47939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47939E is #B86C61. Grayscale: #7D7D7D. Windows color (decimal): -12086370 or 10392391. OLE color: 10392391.

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

Color convert

RGB71147158-
CMYK0.550.0700.38
HSL187.59º37.99%44.9%-
HSV(B)187.59º55.06%61.96%-
XYZ19.224.6836.1-
YUV125.53146.3289.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=18.88%
G=39.10%
B=42.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711471580.550.0700.38187.5937.9944.9
Hex47939E377026bc262d
Octal1072232366770462744655
Binary10001111001001110011110110111111010011010111100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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