#488391

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

Shades of Hippie Blue #488391

Tints of Hippie Blue #488391

Color information

#488391 (or 0x488391) is unknown color: approx Hippie Blue. HEX triplet: 48, 83 and 91. RGB value is (72,131,145). Sum of RGB (Red+Green+Blue) = 72+131+145=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #488391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488391 is #B77C6E. Grayscale: #727272. Windows color (decimal): -12024943 or 9536328. OLE color: 9536328.

HSL color Cylindrical-coordinate representation of color #488391: hue angle of 191.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488391 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72131145-
CMYK0.500.1000.43
HSL191.51º33.64%42.55%-
HSV(B)191.51º50.34%56.86%-
XYZ15.919.6529.74-
YUV114.95144.9597.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=20.69%
G=37.64%
B=41.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721311450.500.1000.43191.5133.6442.55
Hex48839132A02Bc0222b
Octal11020322162120533004253
Binary100100010000011100100011100101010010101111000000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488391; }

 p { color: rgb(72,131,145); }

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

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

 a { background-color: rgb(72,131,145); }

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

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

 span { border-color: rgb(72,131,145); }

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