#498588

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

Shades of Paradiso #498588

Tints of Paradiso #498588

Color information

#498588 (or 0x498588) is unknown color: approx Paradiso. HEX triplet: 49, 85 and 88. RGB value is (73,133,136). Sum of RGB (Red+Green+Blue) = 73+133+136=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #498588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498588 is #B67A77. Grayscale: #737373. Windows color (decimal): -11958904 or 8947017. OLE color: 8947017.

HSL color Cylindrical-coordinate representation of color #498588: hue angle of 182.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498588 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73133136-
CMYK0.460.0200.47
HSL182.86º30.14%40.98%-
HSV(B)182.86º46.32%53.33%-
XYZ15.5819.9726.33-
YUV115.4139.6297.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=21.35%
G=38.89%
B=39.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731331360.460.0200.47182.8630.1440.98
Hex4985882E202Fb71e29
Octal1112052105620572673651
Binary100100110000101100010001011101001011111011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498588; }

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

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

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

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

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

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

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

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