#47889F

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

Shades of Hippie Blue #47889F

Tints of Hippie Blue #47889F

Color information

#47889F (or 0x47889F) is unknown color: approx Hippie Blue. HEX triplet: 47, 88 and 9F. RGB value is (71,136,159). Sum of RGB (Red+Green+Blue) = 71+136+159=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #47889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47889F is #B87760. Grayscale: #777777. Windows color (decimal): -12089185 or 10455111. OLE color: 10455111.

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

Color convert

RGB71136159-
CMYK0.550.1400.38
HSL195.68º38.26%45.1%-
HSV(B)195.68º55.35%62.35%-
XYZ17.6621.4536.01-
YUV119.19150.4793.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=19.40%
G=37.16%
B=43.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711361590.550.1400.38195.6838.2645.1
Hex47889F37E026c4262d
Octal10721023767160463044655
Binary100011110001000100111111101111110010011011000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47889F; }

 p { color: rgb(71,136,159); }

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

<style>
 a { background-color: #47889F; }

 a { background-color: rgb(71,136,159); }

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

<style>
 span { border-color: #47889F; }

 span { border-color: rgb(71,136,159); }

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