#47819D

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

Shades of Hippie Blue #47819D

Tints of Hippie Blue #47819D

Color information

#47819D (or 0x47819D) is unknown color: approx Hippie Blue. HEX triplet: 47, 81 and 9D. RGB value is (71,129,157). Sum of RGB (Red+Green+Blue) = 71+129+157=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #47819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47819D is #B87E62. Grayscale: #727272. Windows color (decimal): -12090979 or 10322247. OLE color: 10322247.

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

Color convert

RGB71129157-
CMYK0.550.1800.38
HSL199.53º37.72%44.71%-
HSV(B)199.53º54.78%61.57%-
XYZ16.5319.4734.79-
YUV114.85151.7896.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=19.89%
G=36.13%
B=43.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711291570.550.1800.38199.5337.7244.71
Hex47819D3712026c8262d
Octal10720123567220463104655
Binary1000111100000011001110111011110010010011011001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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