#48829A

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

Shades of Hippie Blue #48829A

Tints of Hippie Blue #48829A

Color information

#48829A (or 0x48829A) is unknown color: approx Hippie Blue. HEX triplet: 48, 82 and 9A. RGB value is (72,130,154). Sum of RGB (Red+Green+Blue) = 72+130+154=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #48829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829A is #B77D65. Grayscale: #737373. Windows color (decimal): -12025190 or 10125896. OLE color: 10125896.

HSL color Cylindrical-coordinate representation of color #48829A: hue angle of 197.56º 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 #48829A is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72130154-
CMYK0.530.1600.40
HSL197.56º36.28%44.31%-
HSV(B)197.56º53.25%60.39%-
XYZ16.4919.6833.5-
YUV115.39149.7897.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=20.22%
G=36.52%
B=43.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721301540.530.1600.40197.5636.2844.31
Hex48829A3510028c6242c
Octal11020223265200503064454
Binary1001000100000101001101011010110000010100011000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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