#48809B

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

Shades of Hippie Blue #48809B

Tints of Hippie Blue #48809B

Color information

#48809B (or 0x48809B) is unknown color: approx Hippie Blue. HEX triplet: 48, 80 and 9B. RGB value is (72,128,155). Sum of RGB (Red+Green+Blue) = 72+128+155=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #48809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48809B is #B77F64. Grayscale: #727272. Windows color (decimal): -12025701 or 10190920. OLE color: 10190920.

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

Color convert

RGB72128155-
CMYK0.540.1700.39
HSL199.52º36.56%44.51%-
HSV(B)199.52º53.55%60.78%-
XYZ16.3119.1833.85-
YUV114.33150.9597.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=20.28%
G=36.06%
B=43.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721281550.540.1700.39199.5236.5644.51
Hex48809B3611027c8252d
Octal11020023366210473104555
Binary1001000100000001001101111011010001010011111001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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