#47879C

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

Shades of Hippie Blue #47879C

Tints of Hippie Blue #47879C

Color information

#47879C (or 0x47879C) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 9C. RGB value is (71,135,156). Sum of RGB (Red+Green+Blue) = 71+135+156=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #47879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47879C is #B87863. Grayscale: #767676. Windows color (decimal): -12089444 or 10258247. OLE color: 10258247.

HSL color Cylindrical-coordinate representation of color #47879C: hue angle of 194.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47879C is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71135156-
CMYK0.540.1300.39
HSL194.82º37.44%44.51%-
HSV(B)194.82º54.49%61.18%-
XYZ17.2621.0734.61-
YUV118.26149.394.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=19.61%
G=37.29%
B=43.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711351560.540.1300.39194.8237.4444.51
Hex47879C36D027c3252d
Octal10720723466150473034555
Binary100011110000111100111001101101101010011111000011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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