#47939D

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

Shades of Hippie Blue #47939D

Tints of Hippie Blue #47939D

Color information

#47939D (or 0x47939D) is unknown color: approx Hippie Blue. HEX triplet: 47, 93 and 9D. RGB value is (71,147,157). Sum of RGB (Red+Green+Blue) = 71+147+157=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #47939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47939D is #B86C62. Grayscale: #7D7D7D. Windows color (decimal): -12086371 or 10326855. OLE color: 10326855.

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

Color convert

RGB71147157-
CMYK0.550.0600.38
HSL186.98º37.72%44.71%-
HSV(B)186.98º54.78%61.57%-
XYZ19.1224.6435.65-
YUV125.42145.8289.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=18.93%
G=39.2%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711471570.550.0600.38186.9837.7244.71
Hex47939D376026bb262d
Octal1072232356760462734655
Binary10001111001001110011101110111110010011010111011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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