#488c9f

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

Shades of Hippie Blue #488C9F

Tints of Hippie Blue #488C9F

Color information

#488C9F (or 0x488C9F) is unknown color: approx Hippie Blue. HEX triplet: 48, 8C and 9F. RGB value is (72,140,159). Sum of RGB (Red+Green+Blue) = 72+140+159=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #488C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C9F is #B77360. Grayscale: #797979. Windows color (decimal): -12022625 or 10456136. OLE color: 10456136.

HSL color Cylindrical-coordinate representation of color #488C9F: hue angle of 193.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #488C9F is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72140159-
CMYK0.550.1200.38
HSL193.1º37.66%45.29%-
HSV(B)193.1º54.72%62.35%-
XYZ18.3122.6436.21-
YUV121.83148.9792.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=19.41%
G=37.74%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721401590.550.1200.38193.137.6645.29
Hex488C9F37C026c1262d
Octal11021423767140463014655
Binary100100010001100100111111101111100010011011000001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,159); }

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

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

 a { background-color: rgb(72,140,159); }

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

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

 span { border-color: rgb(72,140,159); }

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