#49878E

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

Shades of Paradiso #49878E

Tints of Paradiso #49878E

Color information

#49878E (or 0x49878E) is unknown color: approx Paradiso. HEX triplet: 49, 87 and 8E. RGB value is (73,135,142). Sum of RGB (Red+Green+Blue) = 73+135+142=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #49878E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49878E is #B67871. Grayscale: #757575. Windows color (decimal): -11958386 or 9340745. OLE color: 9340745.

HSL color Cylindrical-coordinate representation of color #49878E: hue angle of 186.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49878E is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73135142-
CMYK0.490.0500.44
HSL186.09º32.09%42.16%-
HSV(B)186.09º48.59%55.69%-
XYZ16.2920.728.73-
YUV117.26141.9696.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=20.86%
G=38.57%
B=40.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731351420.490.0500.44186.0932.0942.16
Hex49878E31502Cba202a
Octal1112072166150542724052
Binary10010011000011110001110110001101010110010111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,135,142); }

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

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

 a { background-color: rgb(73,135,142); }

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

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

 span { border-color: rgb(73,135,142); }

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