#48889B

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

Shades of Hippie Blue #48889B

Tints of Hippie Blue #48889B

Color information

#48889B (or 0x48889B) is unknown color: approx Hippie Blue. HEX triplet: 48, 88 and 9B. RGB value is (72,136,155). Sum of RGB (Red+Green+Blue) = 72+136+155=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #48889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48889B is #B77764. Grayscale: #767676. Windows color (decimal): -12023653 or 10192968. OLE color: 10192968.

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

Color convert

RGB72136155-
CMYK0.540.1200.39
HSL193.73º36.56%44.51%-
HSV(B)193.73º53.55%60.78%-
XYZ17.3921.3534.22-
YUV119.03148.394.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=19.83%
G=37.47%
B=42.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721361550.540.1200.39193.7336.5644.51
Hex48889B36C027c2252d
Octal11021023366140473024555
Binary100100010001000100110111101101100010011111000010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48889B; }

 p { color: rgb(72,136,155); }

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

<style>
 a { background-color: #48889B; }

 a { background-color: rgb(72,136,155); }

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

<style>
 span { border-color: #48889B; }

 span { border-color: rgb(72,136,155); }

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