#47879E

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

Shades of Hippie Blue #47879E

Tints of Hippie Blue #47879E

Color information

#47879E (or 0x47879E) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 9E. RGB value is (71,135,158). Sum of RGB (Red+Green+Blue) = 71+135+158=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #47879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47879E is #B87861. Grayscale: #767676. Windows color (decimal): -12089442 or 10389319. OLE color: 10389319.

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

Color convert

RGB71135158-
CMYK0.550.1500.38
HSL195.86º37.99%44.9%-
HSV(B)195.86º55.06%61.96%-
XYZ17.4321.1435.51-
YUV118.49150.394.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=19.51%
G=37.09%
B=43.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711351580.550.1500.38195.8637.9944.9
Hex47879E37F026c4262d
Octal10720723667170463044655
Binary100011110000111100111101101111111010011011000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47879E; }

 p { color: rgb(71,135,158); }

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

<style>
 a { background-color: #47879E; }

 a { background-color: rgb(71,135,158); }

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

<style>
 span { border-color: #47879E; }

 span { border-color: rgb(71,135,158); }

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