#487880

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

Shades of Paradiso #487880

Tints of Paradiso #487880

Color information

#487880 (or 0x487880) is unknown color: approx Paradiso. HEX triplet: 48, 78 and 80. RGB value is (72,120,128). Sum of RGB (Red+Green+Blue) = 72+120+128=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #487880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487880 is #B7877F. Grayscale: #6A6A6A. Windows color (decimal): -12027776 or 8419400. OLE color: 8419400.

HSL color Cylindrical-coordinate representation of color #487880: hue angle of 188.57º 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 #487880 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72120128-
CMYK0.440.0600.50
HSL188.57º28%39.22%-
HSV(B)188.57º43.75%50.2%-
XYZ13.2916.3722.88-
YUV106.56140.1103.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 40%
R=22.5%
G=37.5%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721201280.440.0600.50188.572839.22
Hex4878802C6032bd1c27
Octal1101702005460622753447
Binary100100011110001000000010110011001100101011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487880; }

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

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

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

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

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

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

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

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