#498594

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

Shades of Hippie Blue #498594

Tints of Hippie Blue #498594

Color information

#498594 (or 0x498594) is unknown color: approx Hippie Blue. HEX triplet: 49, 85 and 94. RGB value is (73,133,148). Sum of RGB (Red+Green+Blue) = 73+133+148=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #498594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498594 is #B67A6B. Grayscale: #747474. Windows color (decimal): -11958892 or 9733449. OLE color: 9733449.

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

Color convert

RGB73133148-
CMYK0.510.1000.42
HSL192º33.94%43.33%-
HSV(B)192º50.68%58.04%-
XYZ16.4820.3331.07-
YUV116.77145.6296.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=20.62%
G=37.57%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731331480.510.1000.4219233.9443.33
Hex49859433A02Ac0222b
Octal11120522463120523004253
Binary100100110000101100101001100111010010101011000000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498594; }

 p { color: rgb(73,133,148); }

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

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

 a { background-color: rgb(73,133,148); }

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

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

 span { border-color: rgb(73,133,148); }

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