#487882

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

Shades of Paradiso #487882

Tints of Paradiso #487882

Color information

#487882 (or 0x487882) is unknown color: approx Paradiso. HEX triplet: 48, 78 and 82. RGB value is (72,120,130). Sum of RGB (Red+Green+Blue) = 72+120+130=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #487882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487882 is #B7877D. Grayscale: #6A6A6A. Windows color (decimal): -12027774 or 8550472. OLE color: 8550472.

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

Color convert

RGB72120130-
CMYK0.450.0800.49
HSL190.34º28.71%39.61%-
HSV(B)190.34º44.62%50.98%-
XYZ13.4216.4223.58-
YUV106.79141.1103.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=22.36%
G=37.27%
B=40.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721201300.450.0800.49190.3428.7139.61
Hex4878822D8031be1d28
Octal11017020255100612763550
Binary1001000111100010000010101101100001100011011111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487882; }

 p { color: rgb(72,120,130); }

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

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

 a { background-color: rgb(72,120,130); }

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

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

 span { border-color: rgb(72,120,130); }

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