#48859F

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

Shades of Hippie Blue #48859F

Tints of Hippie Blue #48859F

Color information

#48859F (or 0x48859F) is unknown color: approx Hippie Blue. HEX triplet: 48, 85 and 9F. RGB value is (72,133,159). Sum of RGB (Red+Green+Blue) = 72+133+159=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #48859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859F is #B77A60. Grayscale: #757575. Windows color (decimal): -12024417 or 10454344. OLE color: 10454344.

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

Color convert

RGB72133159-
CMYK0.550.1600.38
HSL197.93º37.66%45.29%-
HSV(B)197.93º54.72%62.35%-
XYZ17.3220.6635.88-
YUV117.72151.2995.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=19.78%
G=36.54%
B=43.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721331590.550.1600.38197.9337.6645.29
Hex48859F3710026c6262d
Octal11020523767200463064655
Binary1001000100001011001111111011110000010011011000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,133,159); }

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

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

 a { background-color: rgb(72,133,159); }

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

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

 span { border-color: rgb(72,133,159); }

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