#488490

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

Shades of Hippie Blue #488490

Tints of Hippie Blue #488490

Color information

#488490 (or 0x488490) is unknown color: approx Hippie Blue. HEX triplet: 48, 84 and 90. RGB value is (72,132,144). Sum of RGB (Red+Green+Blue) = 72+132+144=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #488490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488490 is #B77B6F. Grayscale: #737373. Windows color (decimal): -12024688 or 9471048. OLE color: 9471048.

HSL color Cylindrical-coordinate representation of color #488490: hue angle of 190º 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 #488490 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72132144-
CMYK0.500.0800.44
HSL190º33.33%42.35%-
HSV(B)190º50%56.47%-
XYZ15.9619.8929.38-
YUV115.43144.1297.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=20.69%
G=37.93%
B=41.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721321440.500.0800.4419033.3342.35
Hex48849032802Cbe212a
Octal11020422062100542764152
Binary100100010000100100100001100101000010110010111110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488490; }

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

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

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

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

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

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

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

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