#49727A

Color #49727A Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #49727A

Tints of Bismark #49727A

Color information

#49727A (or 0x49727A) is unknown color: approx Bismark. HEX triplet: 49, 72 and 7A. RGB value is (73,114,122). Sum of RGB (Red+Green+Blue) = 73+114+122=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #49727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727A is #B68D85. Grayscale: #666666. Windows color (decimal): -11963782 or 8024649. OLE color: 8024649.

HSL color Cylindrical-coordinate representation of color #49727A: hue angle of 189.8º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49727A is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73114122-
CMYK0.400.0700.52
HSL189.8º25.13%38.24%-
HSV(B)189.8º40.16%47.84%-
XYZ12.2814.8620.63-
YUV102.65138.92106.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=23.62%
G=36.89%
B=39.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731141220.400.0700.52189.825.1338.24
Hex49727A287034be1926
Octal1111621725070642763146
Binary10010011110010111101010100011101101001011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49727A; }

 p { color: rgb(73,114,122); }

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

<style>
 a { background-color: #49727A; }

 a { background-color: rgb(73,114,122); }

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

<style>
 span { border-color: #49727A; }

 span { border-color: rgb(73,114,122); }

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