#487782

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

Shades of Paradiso #487782

Tints of Paradiso #487782

Color information

#487782 (or 0x487782) is unknown color: approx Paradiso. HEX triplet: 48, 77 and 82. RGB value is (72,119,130). Sum of RGB (Red+Green+Blue) = 72+119+130=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #487782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487782 is #B7887D. Grayscale: #6A6A6A. Windows color (decimal): -12028030 or 8550216. OLE color: 8550216.

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

Color convert

RGB72119130-
CMYK0.450.0800.49
HSL191.38º28.71%39.61%-
HSV(B)191.38º44.62%50.98%-
XYZ13.316.1823.54-
YUV106.2141.43103.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=22.43%
G=37.07%
B=40.50%

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
Decimal721191300.450.0800.49191.3828.7139.61
Hex4877822D8031bf1d28
Octal11016720255100612773550
Binary1001000111011110000010101101100001100011011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487782; }

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

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

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

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

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

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

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

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