#498499

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

Shades of Hippie Blue #498499

Tints of Hippie Blue #498499

Color information

#498499 (or 0x498499) is unknown color: approx Hippie Blue. HEX triplet: 49, 84 and 99. RGB value is (73,132,153). Sum of RGB (Red+Green+Blue) = 73+132+153=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #498499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498499 is #B67B66. Grayscale: #747474. Windows color (decimal): -11959143 or 10060873. OLE color: 10060873.

HSL color Cylindrical-coordinate representation of color #498499: hue angle of 195.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498499 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73132153-
CMYK0.520.1400.4
HSL195.75º35.4%44.31%-
HSV(B)195.75º52.29%60%-
XYZ16.7520.2233.16-
YUV116.75148.4596.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=20.39%
G=36.87%
B=42.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731321530.520.1400.4195.7535.444.31
Hex49849934E028c4232c
Octal11120423164160503044354
Binary100100110000100100110011101001110010100011000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498499; }

 p { color: rgb(73,132,153); }

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

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

 a { background-color: rgb(73,132,153); }

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

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

 span { border-color: rgb(73,132,153); }

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