#498283

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

Shades of Paradiso #498283

Tints of Paradiso #498283

Color information

#498283 (or 0x498283) is unknown color: approx Paradiso. HEX triplet: 49, 82 and 83. RGB value is (73,130,131). Sum of RGB (Red+Green+Blue) = 73+130+131=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #498283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498283 is #B67D7C. Grayscale: #717171. Windows color (decimal): -11959677 or 8618569. OLE color: 8618569.

HSL color Cylindrical-coordinate representation of color #498283: hue angle of 181.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498283 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73130131-
CMYK0.440.0100.49
HSL181.03º28.43%40%-
HSV(B)181.03º44.27%51.37%-
XYZ14.8319.0224.36-
YUV113.07138.1299.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=21.86%
G=38.92%
B=39.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301310.440.0100.49181.0328.4340
Hex4982832C1031b51c28
Octal1112022035410612653450
Binary10010011000001010000011101100101100011011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498283; }

 p { color: rgb(73,130,131); }

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

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

 a { background-color: rgb(73,130,131); }

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

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

 span { border-color: rgb(73,130,131); }

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