#48787E

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

Shades of Paradiso #48787E

Tints of Paradiso #48787E

Color information

#48787E (or 0x48787E) is unknown color: approx Paradiso. HEX triplet: 48, 78 and 7E. RGB value is (72,120,126). Sum of RGB (Red+Green+Blue) = 72+120+126=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #48787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48787E is #B78781. Grayscale: #6A6A6A. Windows color (decimal): -12027778 or 8288328. OLE color: 8288328.

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

Color convert

RGB72120126-
CMYK0.430.0500.51
HSL186.67º27.27%38.82%-
HSV(B)186.67º42.86%49.41%-
XYZ13.1516.3222.19-
YUV106.33139.1103.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=22.64%
G=37.74%
B=39.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721201260.430.0500.51186.6727.2738.82
Hex48787E2B5033bb1b27
Octal1101701765350632733347
Binary10010001111000111111010101110101100111011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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