Html Css Color HEX #49747D Bismark

📋 copy color: '#49747D'

red 73 ◦ green 116 ◦ blue 125

#49747D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #49747D

Tints of Bismark #49747D

RGB

 RED value IS 73 (28.91% from 255) = 23.25%

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 23.25%
G = 36.94%
B = 39.81%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49747D (or 0x49747D) is known color: Bismark. HEX triplet: 49, 74 and 7D. RGB value is (73,116,125). Sum of RGB (Red+Green+Blue) = 73+116+125=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #49747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49747D is #B68B82. Grayscale: #686868. Windows color (decimal): -11963267 or 8221769. OLE color: 8221769.

HSL color Cylindrical-coordinate representation of color #49747D: hue angle of 190.38º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49747D is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 116 125 -
CMYK 0.42 0.07 0 0.51
HSL 190.38º 0.26% 0.39% -
HSV(B) 190.38º 0.42% 0.49% -
XYZ 12.69 15.39 21.7 -
YUV 104.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 73 116 125 0.42 0.07 0 0.51 190.38 0.26 0.39
Hex 49 74 7D 2A 7 0 33 BE 1A 27
Octal 111 164 175 52 7 0 63 276 32 47
Binary 1001001 1110100 1111101 101010 111 0 110011 10111110 11010 100111

Color Harmonies of #49747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49747D

Black with #49747D

Text Example


Text Example

White with #49747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,116,125); }

 H1.HeaderClassName
 {
   color: #49747D;
 }
 .AnyTagClassName
 {
   color: #49747D;
 }
</style>

background-color css

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

 a { background-color: rgb(73,116,125); }

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

border-color css

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

 span { border-color: rgb(73,116,125); }

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