#488099

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

Shades of Hippie Blue #488099

Tints of Hippie Blue #488099

Color information

#488099 (or 0x488099) is unknown color: approx Hippie Blue. HEX triplet: 48, 80 and 99. RGB value is (72,128,153). Sum of RGB (Red+Green+Blue) = 72+128+153=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #488099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488099 is #B77F66. Grayscale: #717171. Windows color (decimal): -12025703 or 10059848. OLE color: 10059848.

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

Color convert

RGB72128153-
CMYK0.530.1600.4
HSL198.52º36%44.12%-
HSV(B)198.52º52.94%60%-
XYZ16.1419.1232.98-
YUV114.11149.9597.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=20.40%
G=36.26%
B=43.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721281530.530.1600.4198.523644.12
Hex4880993510028c7242c
Octal11020023165200503074454
Binary1001000100000001001100111010110000010100011000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488099; }

 p { color: rgb(72,128,153); }

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

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

 a { background-color: rgb(72,128,153); }

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

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

 span { border-color: rgb(72,128,153); }

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