#488AA3

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

Shades of Hippie Blue #488AA3

Tints of Hippie Blue #488AA3

Color information

#488AA3 (or 0x488AA3) is unknown color: approx Hippie Blue. HEX triplet: 48, 8A and A3. RGB value is (72,138,163). Sum of RGB (Red+Green+Blue) = 72+138+163=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #488AA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AA3 is #B7755C. Grayscale: #787878. Windows color (decimal): -12023133 or 10717768. OLE color: 10717768.

HSL color Cylindrical-coordinate representation of color #488AA3: hue angle of 196.48º 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 #488AA3 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72138163-
CMYK0.560.1500.36
HSL196.48º38.72%46.08%-
HSV(B)196.48º55.83%63.92%-
XYZ18.3722.237.97-
YUV121.12151.6392.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=19.30%
G=37.00%
B=43.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721381630.560.1500.36196.4838.7246.08
Hex488AA338F024c4272e
Octal11021224370170443044756
Binary100100010001010101000111110001111010010011000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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