#48787D

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

Shades of Paradiso #48787D

Tints of Paradiso #48787D

Color information

#48787D (or 0x48787D) is unknown color: approx Paradiso. HEX triplet: 48, 78 and 7D. RGB value is (72,120,125). Sum of RGB (Red+Green+Blue) = 72+120+125=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #48787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48787D is #B78782. Grayscale: #6A6A6A. Windows color (decimal): -12027779 or 8222792. OLE color: 8222792.

HSL color Cylindrical-coordinate representation of color #48787D: hue angle of 185.66º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48787D is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72120125-
CMYK0.420.0400.51
HSL185.66º26.9%38.63%-
HSV(B)185.66º42.4%49.02%-
XYZ13.0916.2921.86-
YUV106.22138.6103.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=22.71%
G=37.85%
B=39.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721201250.420.0400.51185.6626.938.63
Hex48787D2A4033ba1b27
Octal1101701755240632723347
Binary10010001111000111110110101010001100111011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48787D; }

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

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

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

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

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

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

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

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