#48829F

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

Shades of Hippie Blue #48829F

Tints of Hippie Blue #48829F

Color information

#48829F (or 0x48829F) is unknown color: approx Hippie Blue. HEX triplet: 48, 82 and 9F. RGB value is (72,130,159). Sum of RGB (Red+Green+Blue) = 72+130+159=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #48829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829F is #B77D60. Grayscale: #737373. Windows color (decimal): -12025185 or 10453576. OLE color: 10453576.

HSL color Cylindrical-coordinate representation of color #48829F: hue angle of 200º 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 #48829F is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72130159-
CMYK0.550.1800.38
HSL200º37.66%45.29%-
HSV(B)200º54.72%62.35%-
XYZ16.9119.8535.74-
YUV115.96152.2896.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=19.94%
G=36.01%
B=44.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721301590.550.1800.3820037.6645.29
Hex48829F3712026c8262d
Octal11020223767220463104655
Binary1001000100000101001111111011110010010011011001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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