#498893

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

Shades of Hippie Blue #498893

Tints of Hippie Blue #498893

Color information

#498893 (or 0x498893) is unknown color: approx Hippie Blue. HEX triplet: 49, 88 and 93. RGB value is (73,136,147). Sum of RGB (Red+Green+Blue) = 73+136+147=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #498893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498893 is #B6776C. Grayscale: #767676. Windows color (decimal): -11958125 or 9668681. OLE color: 9668681.

HSL color Cylindrical-coordinate representation of color #498893: hue angle of 188.92º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498893 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73136147-
CMYK0.500.0700.42
HSL188.92º33.64%43.14%-
HSV(B)188.92º50.34%57.65%-
XYZ16.8221.1330.8-
YUV118.42144.1395.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=20.51%
G=38.20%
B=41.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731361470.500.0700.42188.9233.6443.14
Hex49889332702Abd222b
Octal1112102236270522754253
Binary10010011000100010010011110010111010101010111101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498893; }

 p { color: rgb(73,136,147); }

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

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

 a { background-color: rgb(73,136,147); }

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

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

 span { border-color: rgb(73,136,147); }

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