#488FA1

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

Shades of Hippie Blue #488FA1

Tints of Hippie Blue #488FA1

Color information

#488FA1 (or 0x488FA1) is unknown color: approx Hippie Blue. HEX triplet: 48, 8F and A1. RGB value is (72,143,161). Sum of RGB (Red+Green+Blue) = 72+143+161=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #488FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FA1 is #B7705E. Grayscale: #7B7B7B. Windows color (decimal): -12021855 or 10587976. OLE color: 10587976.

HSL color Cylindrical-coordinate representation of color #488FA1: hue angle of 192.13º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #488FA1 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72143161-
CMYK0.550.1100.37
HSL192.13º38.2%45.69%-
HSV(B)192.13º55.28%63.14%-
XYZ18.9323.637.28-
YUV123.82148.9891.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=19.15%
G=38.03%
B=42.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721431610.550.1100.37192.1338.245.69
Hex488FA137B025c0262e
Octal11021724167130453004656
Binary100100010001111101000011101111011010010111000000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488FA1; }

 p { color: rgb(72,143,161); }

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

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

 a { background-color: rgb(72,143,161); }

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

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

 span { border-color: rgb(72,143,161); }

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