Html Css Color HEX #49727C Bismark

📋 copy color: '#49727C'

red 73 ◦ green 114 ◦ blue 124

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

Shades of Bismark #49727C

Tints of Bismark #49727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 23.47%
G = 36.66%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49727C (or 0x49727C) is known color: Bismark. HEX triplet: 49, 72 and 7C. RGB value is (73,114,124). Sum of RGB (Red+Green+Blue) = 73+114+124=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #49727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727C is #B68D83. Grayscale: #666666. Windows color (decimal): -11963780 or 8155721. OLE color: 8155721.

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

Color convert

RGB 73 114 124 -
CMYK 0.41 0.08 0 0.51
HSL 191.76º 0.26% 0.39% -
HSV(B) 191.76º 0.41% 0.49% -
XYZ 12.4 14.91 21.29 -
YUV 102.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 73 114 124 0.41 0.08 0 0.51 191.76 0.26 0.39
Hex 49 72 7C 29 8 0 33 C0 1A 27
Octal 111 162 174 51 10 0 63 300 32 47
Binary 1001001 1110010 1111100 101001 1000 0 110011 11000000 11010 100111

Color Harmonies of #49727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49727C

Black with #49727C

Text Example


Text Example

White with #49727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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