#487A83

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

Shades of Paradiso #487A83

Tints of Paradiso #487A83

Color information

#487A83 (or 0x487A83) is unknown color: approx Paradiso. HEX triplet: 48, 7A and 83. RGB value is (72,122,131). Sum of RGB (Red+Green+Blue) = 72+122+131=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #487A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A83 is #B7857C. Grayscale: #6B6B6B. Windows color (decimal): -12027261 or 8616520. OLE color: 8616520.

HSL color Cylindrical-coordinate representation of color #487A83: hue angle of 189.15º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487A83 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72122131-
CMYK0.450.0700.49
HSL189.15º29.06%39.8%-
HSV(B)189.15º45.04%51.37%-
XYZ13.7316.9424.02-
YUV108.08140.94102.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=22.15%
G=37.54%
B=40.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721221310.450.0700.49189.1529.0639.8
Hex487A832D7031bd1d28
Octal1101722035570612753550
Binary100100011110101000001110110111101100011011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487A83; }

 p { color: rgb(72,122,131); }

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

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

 a { background-color: rgb(72,122,131); }

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

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

 span { border-color: rgb(72,122,131); }

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