#498797

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

Shades of Hippie Blue #498797

Tints of Hippie Blue #498797

Color information

#498797 (or 0x498797) is unknown color: approx Hippie Blue. HEX triplet: 49, 87 and 97. RGB value is (73,135,151). Sum of RGB (Red+Green+Blue) = 73+135+151=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #498797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498797 is #B67868. Grayscale: #767676. Windows color (decimal): -11958377 or 9930569. OLE color: 9930569.

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

Color convert

RGB73135151-
CMYK0.520.1100.41
HSL192.31º34.82%43.92%-
HSV(B)192.31º51.66%59.22%-
XYZ1720.9832.43-
YUV118.29146.4695.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=20.33%
G=37.60%
B=42.06%

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
Decimal731351510.520.1100.41192.3134.8243.92
Hex49879734B029c0232c
Octal11120722764130513004354
Binary100100110000111100101111101001011010100111000000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498797; }

 p { color: rgb(73,135,151); }

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

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

 a { background-color: rgb(73,135,151); }

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

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

 span { border-color: rgb(73,135,151); }

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