#47819B

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

Shades of Hippie Blue #47819B

Tints of Hippie Blue #47819B

Color information

#47819B (or 0x47819B) is unknown color: approx Hippie Blue. HEX triplet: 47, 81 and 9B. RGB value is (71,129,155). Sum of RGB (Red+Green+Blue) = 71+129+155=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #47819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47819B is #B87E64. Grayscale: #727272. Windows color (decimal): -12090981 or 10191175. OLE color: 10191175.

HSL color Cylindrical-coordinate representation of color #47819B: hue angle of 198.57º 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 #47819B is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71129155-
CMYK0.540.1700.39
HSL198.57º37.17%44.31%-
HSV(B)198.57º54.19%60.78%-
XYZ16.3719.4133.89-
YUV114.62150.7896.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=20%
G=36.34%
B=43.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711291550.540.1700.39198.5737.1744.31
Hex47819B3611027c7252c
Octal10720123366210473074554
Binary1000111100000011001101111011010001010011111000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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