#49868B

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

Shades of Paradiso #49868B

Tints of Paradiso #49868B

Color information

#49868B (or 0x49868B) is unknown color: approx Paradiso. HEX triplet: 49, 86 and 8B. RGB value is (73,134,139). Sum of RGB (Red+Green+Blue) = 73+134+139=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #49868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49868B is #B67974. Grayscale: #747474. Windows color (decimal): -11958645 or 9143881. OLE color: 9143881.

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

Color convert

RGB73134139-
CMYK0.470.0400.45
HSL184.55º31.13%41.57%-
HSV(B)184.55º47.48%54.51%-
XYZ15.9320.3327.51-
YUV116.33140.7997.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=21.10%
G=38.73%
B=40.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731341390.470.0400.45184.5531.1341.57
Hex49868B2F402Db91f2a
Octal1112062135740552713752
Binary1001001100001101000101110111110001011011011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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