#47809C

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

Shades of Hippie Blue #47809C

Tints of Hippie Blue #47809C

Color information

#47809C (or 0x47809C) is unknown color: approx Hippie Blue. HEX triplet: 47, 80 and 9C. RGB value is (71,128,156). Sum of RGB (Red+Green+Blue) = 71+128+156=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #47809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47809C is #B87F63. Grayscale: #717171. Windows color (decimal): -12091236 or 10256455. OLE color: 10256455.

HSL color Cylindrical-coordinate representation of color #47809C: hue angle of 199.76º 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 #47809C is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71128156-
CMYK0.540.1800.39
HSL199.76º37.44%44.51%-
HSV(B)199.76º54.49%61.18%-
XYZ16.3219.1834.29-
YUV114.15151.6297.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=20%
G=36.06%
B=43.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711281560.540.1800.39199.7637.4444.51
Hex47809C3612027c8252d
Octal10720023466220473104555
Binary1000111100000001001110011011010010010011111001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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