#49868D

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

Shades of Paradiso #49868D

Tints of Paradiso #49868D

Color information

#49868D (or 0x49868D) is unknown color: approx Paradiso. HEX triplet: 49, 86 and 8D. RGB value is (73,134,141). Sum of RGB (Red+Green+Blue) = 73+134+141=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #49868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49868D is #B67972. Grayscale: #747474. Windows color (decimal): -11958643 or 9274953. OLE color: 9274953.

HSL color Cylindrical-coordinate representation of color #49868D: hue angle of 186.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49868D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73134141-
CMYK0.480.0500.45
HSL186.18º31.78%41.96%-
HSV(B)186.18º48.23%55.29%-
XYZ16.0820.3928.29-
YUV116.56141.7996.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=20.98%
G=38.51%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731341410.480.0500.45186.1831.7841.96
Hex49868D30502Dba202a
Octal1112062156050552724052
Binary10010011000011010001101110000101010110110111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,134,141); }

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

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

 a { background-color: rgb(73,134,141); }

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

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

 span { border-color: rgb(73,134,141); }

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