#498688

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

Shades of Paradiso #498688

Tints of Paradiso #498688

Color information

#498688 (or 0x498688) is unknown color: approx Paradiso. HEX triplet: 49, 86 and 88. RGB value is (73,134,136). Sum of RGB (Red+Green+Blue) = 73+134+136=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #498688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498688 is #B67977. Grayscale: #737373. Windows color (decimal): -11958648 or 8947273. OLE color: 8947273.

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

Color convert

RGB73134136-
CMYK0.460.0100.47
HSL181.9º30.14%40.98%-
HSV(B)181.9º46.32%53.33%-
XYZ15.7220.2426.37-
YUV115.99139.2997.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=21.28%
G=39.07%
B=39.65%

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
Decimal731341360.460.0100.47181.930.1440.98
Hex4986882E102Fb61e29
Octal1112062105610572663651
Binary10010011000011010001000101110101011111011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498688; }

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

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

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

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

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

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

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

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