#48809D

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

Shades of Hippie Blue #48809D

Tints of Hippie Blue #48809D

Color information

#48809D (or 0x48809D) is unknown color: approx Hippie Blue. HEX triplet: 48, 80 and 9D. RGB value is (72,128,157). Sum of RGB (Red+Green+Blue) = 72+128+157=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #48809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48809D is #B77F62. Grayscale: #727272. Windows color (decimal): -12025699 or 10321992. OLE color: 10321992.

HSL color Cylindrical-coordinate representation of color #48809D: hue angle of 200.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48809D is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72128157-
CMYK0.540.1800.38
HSL200.47º37.12%44.9%-
HSV(B)200.47º54.14%61.57%-
XYZ16.4819.2534.75-
YUV114.56151.9597.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=20.17%
G=35.85%
B=43.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721281570.540.1800.38200.4737.1244.9
Hex48809D3612026c8252d
Octal11020023566220463104555
Binary1001000100000001001110111011010010010011011001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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