#498788

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

Shades of Paradiso #498788

Tints of Paradiso #498788

Color information

#498788 (or 0x498788) is unknown color: approx Paradiso. HEX triplet: 49, 87 and 88. RGB value is (73,135,136). Sum of RGB (Red+Green+Blue) = 73+135+136=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #498788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498788 is #B67877. Grayscale: #747474. Windows color (decimal): -11958392 or 8947529. OLE color: 8947529.

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

Color convert

RGB73135136-
CMYK0.460.0100.47
HSL180.95º30.14%40.98%-
HSV(B)180.95º46.32%53.33%-
XYZ15.8620.5226.42-
YUV116.58138.9696.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=21.22%
G=39.24%
B=39.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731351360.460.0100.47180.9530.1440.98
Hex4987882E102Fb51e29
Octal1112072105610572653651
Binary10010011000011110001000101110101011111011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498788; }

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

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

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

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

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

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

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

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