#488691

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

Shades of Hippie Blue #488691

Tints of Hippie Blue #488691

Color information

#488691 (or 0x488691) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and 91. RGB value is (72,134,145). Sum of RGB (Red+Green+Blue) = 72+134+145=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #488691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488691 is #B7796E. Grayscale: #747474. Windows color (decimal): -12024175 or 9537096. OLE color: 9537096.

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

Color convert

RGB72134145-
CMYK0.500.0800.43
HSL189.04º33.64%42.55%-
HSV(B)189.04º50.34%56.86%-
XYZ16.3120.4729.88-
YUV116.72143.9696.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=20.51%
G=38.18%
B=41.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721341450.500.0800.43189.0433.6442.55
Hex48869132802Bbd222b
Octal11020622162100532754253
Binary100100010000110100100011100101000010101110111101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488691; }

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

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

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

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

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

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

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

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