#498185

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

Shades of Paradiso #498185

Tints of Paradiso #498185

Color information

#498185 (or 0x498185) is unknown color: approx Paradiso. HEX triplet: 49, 81 and 85. RGB value is (73,129,133). Sum of RGB (Red+Green+Blue) = 73+129+133=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #498185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498185 is #B67E7A. Grayscale: #707070. Windows color (decimal): -11959931 or 8749385. OLE color: 8749385.

HSL color Cylindrical-coordinate representation of color #498185: hue angle of 184º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498185 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73129133-
CMYK0.450.0300.48
HSL184º29.13%40.39%-
HSV(B)184º45.11%52.16%-
XYZ14.8318.8125.04-
YUV112.71139.4599.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=21.79%
G=38.51%
B=39.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731291330.450.0300.4818429.1340.39
Hex4981852D3030b81d28
Octal1112012055530602703550
Binary100100110000001100001011011011101100001011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498185; }

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

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

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

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

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

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

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

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