#488590

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

Shades of Hippie Blue #488590

Tints of Hippie Blue #488590

Color information

#488590 (or 0x488590) is unknown color: approx Hippie Blue. HEX triplet: 48, 85 and 90. RGB value is (72,133,144). Sum of RGB (Red+Green+Blue) = 72+133+144=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #488590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488590 is #B77A6F. Grayscale: #737373. Windows color (decimal): -12024432 or 9471304. OLE color: 9471304.

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

Color convert

RGB72133144-
CMYK0.500.0800.44
HSL189.17º33.33%42.35%-
HSV(B)189.17º50%56.47%-
XYZ16.0920.1729.43-
YUV116.01143.7996.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=20.63%
G=38.11%
B=41.26%

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
Decimal721331440.500.0800.44189.1733.3342.35
Hex48859032802Cbd212a
Octal11020522062100542754152
Binary100100010000101100100001100101000010110010111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488590; }

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

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

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

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

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

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

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

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