#47869F

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

Shades of Hippie Blue #47869F

Tints of Hippie Blue #47869F

Color information

#47869F (or 0x47869F) is unknown color: approx Hippie Blue. HEX triplet: 47, 86 and 9F. RGB value is (71,134,159). Sum of RGB (Red+Green+Blue) = 71+134+159=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #47869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47869F is #B87960. Grayscale: #757575. Windows color (decimal): -12089697 or 10454599. OLE color: 10454599.

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

Color convert

RGB71134159-
CMYK0.550.1600.38
HSL197.05º38.26%45.1%-
HSV(B)197.05º55.35%62.35%-
XYZ17.3820.8935.92-
YUV118.01151.1394.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=19.51%
G=36.81%
B=43.68%

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
Decimal711341590.550.1600.38197.0538.2645.1
Hex47869F3710026c5262d
Octal10720623767200463054655
Binary1000111100001101001111111011110000010011011000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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