#47849E

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

Shades of Hippie Blue #47849E

Tints of Hippie Blue #47849E

Color information

#47849E (or 0x47849E) is unknown color: approx Hippie Blue. HEX triplet: 47, 84 and 9E. RGB value is (71,132,158). Sum of RGB (Red+Green+Blue) = 71+132+158=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #47849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47849E is #B87B61. Grayscale: #747474. Windows color (decimal): -12090210 or 10388551. OLE color: 10388551.

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

Color convert

RGB71132158-
CMYK0.550.1600.38
HSL197.93º37.99%44.9%-
HSV(B)197.93º55.06%61.96%-
XYZ17.0220.3135.37-
YUV116.72151.2995.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=19.67%
G=36.57%
B=43.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711321580.550.1600.38197.9337.9944.9
Hex47849E3710026c6262d
Octal10720423667200463064655
Binary1000111100001001001111011011110000010011011000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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