#487982

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

Shades of Paradiso #487982

Tints of Paradiso #487982

Color information

#487982 (or 0x487982) is unknown color: approx Paradiso. HEX triplet: 48, 79 and 82. RGB value is (72,121,130). Sum of RGB (Red+Green+Blue) = 72+121+130=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #487982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487982 is #B7867D. Grayscale: #6B6B6B. Windows color (decimal): -12027518 or 8550728. OLE color: 8550728.

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

Color convert

RGB72121130-
CMYK0.450.0700.49
HSL189.31º28.71%39.61%-
HSV(B)189.31º44.62%50.98%-
XYZ13.5416.6623.62-
YUV107.38140.77102.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=22.29%
G=37.46%
B=40.25%

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
Decimal721211300.450.0700.49189.3128.7139.61
Hex4879822D7031bd1d28
Octal1101712025570612753550
Binary100100011110011000001010110111101100011011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487982; }

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

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

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

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

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

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

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

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