#498792

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

Shades of Hippie Blue #498792

Tints of Hippie Blue #498792

Color information

#498792 (or 0x498792) is unknown color: approx Hippie Blue. HEX triplet: 49, 87 and 92. RGB value is (73,135,146). Sum of RGB (Red+Green+Blue) = 73+135+146=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #498792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498792 is #B6786D. Grayscale: #757575. Windows color (decimal): -11958382 or 9602889. OLE color: 9602889.

HSL color Cylindrical-coordinate representation of color #498792: hue angle of 189.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498792 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73135146-
CMYK0.50.0800.43
HSL189.04º33.33%42.94%-
HSV(B)189.04º50%57.25%-
XYZ16.620.8230.34-
YUV117.72143.9696.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=20.62%
G=38.14%
B=41.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731351460.50.0800.43189.0433.3342.94
Hex49879232802Bbd212b
Octal11120722262100532754153
Binary100100110000111100100101100101000010101110111101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498792; }

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

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

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

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

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

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

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

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