#47879F

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

Shades of Hippie Blue #47879F

Tints of Hippie Blue #47879F

Color information

#47879F (or 0x47879F) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 9F. RGB value is (71,135,159). Sum of RGB (Red+Green+Blue) = 71+135+159=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #47879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47879F is #B87860. Grayscale: #767676. Windows color (decimal): -12089441 or 10454855. OLE color: 10454855.

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

Color convert

RGB71135159-
CMYK0.550.1500.38
HSL196.36º38.26%45.1%-
HSV(B)196.36º55.35%62.35%-
XYZ17.5221.1735.96-
YUV118.6150.894.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=19.45%
G=36.99%
B=43.56%

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
Decimal711351590.550.1500.38196.3638.2645.1
Hex47879F37F026c4262d
Octal10720723767170463044655
Binary100011110000111100111111101111111010011011000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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