#498088

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

Shades of Paradiso #498088

Tints of Paradiso #498088

Color information

#498088 (or 0x498088) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 88. RGB value is (73,128,136). Sum of RGB (Red+Green+Blue) = 73+128+136=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #498088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498088 is #B67F77. Grayscale: #707070. Windows color (decimal): -11960184 or 8945737. OLE color: 8945737.

HSL color Cylindrical-coordinate representation of color #498088: hue angle of 187.62º 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 #498088 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73128136-
CMYK0.460.0600.47
HSL187.62º30.14%40.98%-
HSV(B)187.62º46.32%53.33%-
XYZ14.9118.6326.1-
YUV112.47141.2899.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=21.66%
G=37.98%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731281360.460.0600.47187.6230.1440.98
Hex4980882E602Fbc1e29
Octal1112002105660572743651
Binary1001001100000001000100010111011001011111011110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498088; }

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

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

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

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

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

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

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

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