#487780

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

Shades of Paradiso #487780

Tints of Paradiso #487780

Color information

#487780 (or 0x487780) is unknown color: approx Paradiso. HEX triplet: 48, 77 and 80. RGB value is (72,119,128). Sum of RGB (Red+Green+Blue) = 72+119+128=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #487780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487780 is #B7887F. Grayscale: #696969. Windows color (decimal): -12028032 or 8419144. OLE color: 8419144.

HSL color Cylindrical-coordinate representation of color #487780: hue angle of 189.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487780 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72119128-
CMYK0.440.0700.50
HSL189.64º28%39.22%-
HSV(B)189.64º43.75%50.2%-
XYZ13.1716.1322.84-
YUV105.97140.43103.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=22.57%
G=37.30%
B=40.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721191280.440.0700.50189.642839.22
Hex4877802C7032be1c27
Octal1101672005470622763447
Binary100100011101111000000010110011101100101011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487780; }

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

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

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

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

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

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

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

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