#48869D

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

Shades of Hippie Blue #48869D

Tints of Hippie Blue #48869D

Color information

#48869D (or 0x48869D) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and 9D. RGB value is (72,134,157). Sum of RGB (Red+Green+Blue) = 72+134+157=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #48869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48869D is #B77962. Grayscale: #757575. Windows color (decimal): -12024163 or 10323528. OLE color: 10323528.

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

Color convert

RGB72134157-
CMYK0.540.1500.38
HSL196.24º37.12%44.9%-
HSV(B)196.24º54.14%61.57%-
XYZ17.2820.8635.01-
YUV118.08149.9695.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=19.83%
G=36.91%
B=43.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721341570.540.1500.38196.2437.1244.9
Hex48869D36F026c4252d
Octal11020623566170463044555
Binary100100010000110100111011101101111010011011000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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