Html Css Color HEX #49727D Bismark

📋 copy color: '#49727D'

red 73 ◦ green 114 ◦ blue 125

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

Shades of Bismark #49727D

Tints of Bismark #49727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 23.4%
G = 36.54%
B = 40.06%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49727D (or 0x49727D) is known color: Bismark. HEX triplet: 49, 72 and 7D. RGB value is (73,114,125). Sum of RGB (Red+Green+Blue) = 73+114+125=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #49727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727D is #B68D82. Grayscale: #666666. Windows color (decimal): -11963779 or 8221257. OLE color: 8221257.

HSL color Cylindrical-coordinate representation of color #49727D: hue angle of 192.69º 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 #49727D is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 114 125 -
CMYK 0.42 0.09 0 0.51
HSL 192.69º 0.26% 0.39% -
HSV(B) 192.69º 0.42% 0.49% -
XYZ 12.47 14.93 21.63 -
YUV 103 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 73 114 125 0.42 0.09 0 0.51 192.69 0.26 0.39
Hex 49 72 7D 2A 9 0 33 C1 1A 27
Octal 111 162 175 52 11 0 63 301 32 47
Binary 1001001 1110010 1111101 101010 1001 0 110011 11000001 11010 100111

Color Harmonies of #49727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49727D

Black with #49727D

Text Example


Text Example

White with #49727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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