#48859C

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

Shades of Hippie Blue #48859C

Tints of Hippie Blue #48859C

Color information

#48859C (or 0x48859C) is unknown color: approx Hippie Blue. HEX triplet: 48, 85 and 9C. RGB value is (72,133,156). Sum of RGB (Red+Green+Blue) = 72+133+156=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #48859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859C is #B77A63. Grayscale: #757575. Windows color (decimal): -12024420 or 10257736. OLE color: 10257736.

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

Color convert

RGB72133156-
CMYK0.540.1500.39
HSL196.43º36.84%44.71%-
HSV(B)196.43º53.85%61.18%-
XYZ17.0620.5534.52-
YUV117.38149.7995.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=19.94%
G=36.84%
B=43.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721331560.540.1500.39196.4336.8444.71
Hex48859C36F027c4252d
Octal11020523466170473044555
Binary100100010000101100111001101101111010011111000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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