#488EA3

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

Shades of Hippie Blue #488EA3

Tints of Hippie Blue #488EA3

Color information

#488EA3 (or 0x488EA3) is unknown color: approx Hippie Blue. HEX triplet: 48, 8E and A3. RGB value is (72,142,163). Sum of RGB (Red+Green+Blue) = 72+142+163=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #488EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EA3 is #B7715C. Grayscale: #7B7B7B. Windows color (decimal): -12022109 or 10718792. OLE color: 10718792.

HSL color Cylindrical-coordinate representation of color #488EA3: hue angle of 193.85º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488EA3 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72142163-
CMYK0.560.1300.36
HSL193.85º38.72%46.08%-
HSV(B)193.85º55.83%63.92%-
XYZ18.9623.3738.16-
YUV123.46150.3191.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=19.10%
G=37.67%
B=43.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721421630.560.1300.36193.8538.7246.08
Hex488EA338D024c2272e
Octal11021624370150443024756
Binary100100010001110101000111110001101010010011000010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,163); }

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

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

 a { background-color: rgb(72,142,163); }

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

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

 span { border-color: rgb(72,142,163); }

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