#488697

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

Shades of Hippie Blue #488697

Tints of Hippie Blue #488697

Color information

#488697 (or 0x488697) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and 97. RGB value is (72,134,151). Sum of RGB (Red+Green+Blue) = 72+134+151=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #488697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488697 is #B77968. Grayscale: #757575. Windows color (decimal): -12024169 or 9930312. OLE color: 9930312.

HSL color Cylindrical-coordinate representation of color #488697: hue angle of 192.91º 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 #488697 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72134151-
CMYK0.520.1100.41
HSL192.91º35.43%43.73%-
HSV(B)192.91º52.32%59.22%-
XYZ16.7820.6632.38-
YUV117.4146.9695.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=20.17%
G=37.54%
B=42.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721341510.520.1100.41192.9135.4343.73
Hex48869734B029c1232c
Octal11020622764130513014354
Binary100100010000110100101111101001011010100111000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488697; }

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

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

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

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

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

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

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

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