#487B83

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

Shades of Paradiso #487B83

Tints of Paradiso #487B83

Color information

#487B83 (or 0x487B83) is unknown color: approx Paradiso. HEX triplet: 48, 7B and 83. RGB value is (72,123,131). Sum of RGB (Red+Green+Blue) = 72+123+131=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #487B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B83 is #B7847C. Grayscale: #6C6C6C. Windows color (decimal): -12027005 or 8616776. OLE color: 8616776.

HSL color Cylindrical-coordinate representation of color #487B83: hue angle of 188.14º 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 #487B83 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72123131-
CMYK0.450.0600.49
HSL188.14º29.06%39.8%-
HSV(B)188.14º45.04%51.37%-
XYZ13.8517.1824.06-
YUV108.66140.6101.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=22.09%
G=37.73%
B=40.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721231310.450.0600.49188.1429.0639.8
Hex487B832D6031bc1d28
Octal1101732035560612743550
Binary100100011110111000001110110111001100011011110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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