#498793

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

Shades of Hippie Blue #498793

Tints of Hippie Blue #498793

Color information

#498793 (or 0x498793) is unknown color: approx Hippie Blue. HEX triplet: 49, 87 and 93. RGB value is (73,135,147). Sum of RGB (Red+Green+Blue) = 73+135+147=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #498793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498793 is #B6786C. Grayscale: #757575. Windows color (decimal): -11958381 or 9668425. OLE color: 9668425.

HSL color Cylindrical-coordinate representation of color #498793: hue angle of 189.73º 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 #498793 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73135147-
CMYK0.500.0800.42
HSL189.73º33.64%43.14%-
HSV(B)189.73º50.34%57.65%-
XYZ16.6820.8530.75-
YUV117.83144.4696.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=20.56%
G=38.03%
B=41.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731351470.500.0800.42189.7333.6443.14
Hex49879332802Abe222b
Octal11120722362100522764253
Binary100100110000111100100111100101000010101010111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498793; }

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

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

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

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

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

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

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

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