#47859A

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

Shades of Hippie Blue #47859A

Tints of Hippie Blue #47859A

Color information

#47859A (or 0x47859A) is unknown color: approx Hippie Blue. HEX triplet: 47, 85 and 9A. RGB value is (71,133,154). Sum of RGB (Red+Green+Blue) = 71+133+154=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #47859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47859A is #B87A65. Grayscale: #747474. Windows color (decimal): -12089958 or 10126663. OLE color: 10126663.

HSL color Cylindrical-coordinate representation of color #47859A: hue angle of 195.18º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47859A is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71133154-
CMYK0.540.1400.40
HSL195.18º36.89%44.12%-
HSV(B)195.18º53.9%60.39%-
XYZ16.8220.4533.63-
YUV116.86148.9695.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=19.83%
G=37.15%
B=43.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711331540.540.1400.40195.1836.8944.12
Hex47859A36E028c3252c
Octal10720523266160503034554
Binary100011110000101100110101101101110010100011000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47859A; }

 p { color: rgb(71,133,154); }

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

<style>
 a { background-color: #47859A; }

 a { background-color: rgb(71,133,154); }

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

<style>
 span { border-color: #47859A; }

 span { border-color: rgb(71,133,154); }

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