#47879D

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

Shades of Hippie Blue #47879D

Tints of Hippie Blue #47879D

Color information

#47879D (or 0x47879D) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 9D. RGB value is (71,135,157). Sum of RGB (Red+Green+Blue) = 71+135+157=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #47879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47879D is #B87862. Grayscale: #767676. Windows color (decimal): -12089443 or 10323783. OLE color: 10323783.

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

Color convert

RGB71135157-
CMYK0.550.1400.38
HSL195.35º37.72%44.71%-
HSV(B)195.35º54.78%61.57%-
XYZ17.3521.135.06-
YUV118.37149.894.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=19.56%
G=37.19%
B=43.25%

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
Decimal711351570.550.1400.38195.3537.7244.71
Hex47879D37E026c3262d
Octal10720723567160463034655
Binary100011110000111100111011101111110010011011000011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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