#48839A

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

Shades of Hippie Blue #48839A

Tints of Hippie Blue #48839A

Color information

#48839A (or 0x48839A) is unknown color: approx Hippie Blue. HEX triplet: 48, 83 and 9A. RGB value is (72,131,154). Sum of RGB (Red+Green+Blue) = 72+131+154=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #48839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48839A is #B77C65. Grayscale: #737373. Windows color (decimal): -12024934 or 10126152. OLE color: 10126152.

HSL color Cylindrical-coordinate representation of color #48839A: hue angle of 196.83º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48839A is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72131154-
CMYK0.530.1500.40
HSL196.83º36.28%44.31%-
HSV(B)196.83º53.25%60.39%-
XYZ16.6219.9433.55-
YUV115.98149.4596.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=20.17%
G=36.69%
B=43.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721311540.530.1500.40196.8336.2844.31
Hex48839A35F028c5242c
Octal11020323265170503054454
Binary100100010000011100110101101011111010100011000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48839A; }

 p { color: rgb(72,131,154); }

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

<style>
 a { background-color: #48839A; }

 a { background-color: rgb(72,131,154); }

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

<style>
 span { border-color: #48839A; }

 span { border-color: rgb(72,131,154); }

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