#488290

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

Shades of Hippie Blue #488290

Tints of Hippie Blue #488290

Color information

#488290 (or 0x488290) is unknown color: approx Hippie Blue. HEX triplet: 48, 82 and 90. RGB value is (72,130,144). Sum of RGB (Red+Green+Blue) = 72+130+144=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #488290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488290 is #B77D6F. Grayscale: #727272. Windows color (decimal): -12025200 or 9470536. OLE color: 9470536.

HSL color Cylindrical-coordinate representation of color #488290: hue angle of 191.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488290 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72130144-
CMYK0.500.1000.44
HSL191.67º33.33%42.35%-
HSV(B)191.67º50%56.47%-
XYZ15.6919.3629.29-
YUV114.25144.7897.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=20.81%
G=37.57%
B=41.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721301440.500.1000.44191.6733.3342.35
Hex48829032A02Cc0212a
Octal11020222062120543004152
Binary100100010000010100100001100101010010110011000000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488290; }

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

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

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

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

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

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

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

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