#488F97

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

Shades of Hippie Blue #488F97

Tints of Hippie Blue #488F97

Color information

#488F97 (or 0x488F97) is unknown color: approx Hippie Blue. HEX triplet: 48, 8F and 97. RGB value is (72,143,151). Sum of RGB (Red+Green+Blue) = 72+143+151=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #488F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F97 is #B77068. Grayscale: #7A7A7A. Windows color (decimal): -12021865 or 9932616. OLE color: 9932616.

HSL color Cylindrical-coordinate representation of color #488F97: hue angle of 186.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488F97 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72143151-
CMYK0.520.0500.41
HSL186.08º35.43%43.73%-
HSV(B)186.08º52.32%59.22%-
XYZ18.0823.2632.81-
YUV122.68143.9891.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 143 (56.25% from 255) = 39.07%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=19.67%
G=39.07%
B=41.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721431510.520.0500.41186.0835.4343.73
Hex488F97345029ba232c
Octal1102172276450512724354
Binary10010001000111110010111110100101010100110111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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