#498299

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

Shades of Hippie Blue #498299

Tints of Hippie Blue #498299

Color information

#498299 (or 0x498299) is unknown color: approx Hippie Blue. HEX triplet: 49, 82 and 99. RGB value is (73,130,153). Sum of RGB (Red+Green+Blue) = 73+130+153=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #498299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498299 is #B67D66. Grayscale: #737373. Windows color (decimal): -11959655 or 10060361. OLE color: 10060361.

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

Color convert

RGB73130153-
CMYK0.520.1500.4
HSL197.25º35.4%44.31%-
HSV(B)197.25º52.29%60%-
XYZ16.4819.6833.07-
YUV115.58149.1297.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=20.51%
G=36.52%
B=42.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731301530.520.1500.4197.2535.444.31
Hex49829934F028c5232c
Octal11120223164170503054354
Binary100100110000010100110011101001111010100011000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498299; }

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

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

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

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

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

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

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

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