#48869F

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

Shades of Hippie Blue #48869F

Tints of Hippie Blue #48869F

Color information

#48869F (or 0x48869F) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and 9F. RGB value is (72,134,159). Sum of RGB (Red+Green+Blue) = 72+134+159=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #48869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48869F is #B77960. Grayscale: #767676. Windows color (decimal): -12024161 or 10454600. OLE color: 10454600.

HSL color Cylindrical-coordinate representation of color #48869F: hue angle of 197.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48869F is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72134159-
CMYK0.550.1600.38
HSL197.24º37.66%45.29%-
HSV(B)197.24º54.72%62.35%-
XYZ17.4620.9335.92-
YUV118.31150.9694.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=19.73%
G=36.71%
B=43.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721341590.550.1600.38197.2437.6645.29
Hex48869F3710026c5262d
Octal11020623767200463054655
Binary1001000100001101001111111011110000010011011000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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