Html Css Color HEX #49717D Bismark

📋 copy color: '#49717D'

red 73 ◦ green 113 ◦ blue 125

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

Shades of Bismark #49717D

Tints of Bismark #49717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 23.47%
G = 36.33%
B = 40.19%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49717D (or 0x49717D) is known color: Bismark. HEX triplet: 49, 71 and 7D. RGB value is (73,113,125). Sum of RGB (Red+Green+Blue) = 73+113+125=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #49717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49717D is #B68E82. Grayscale: #666666. Windows color (decimal): -11964035 or 8221001. OLE color: 8221001.

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

Color convert

RGB 73 113 125 -
CMYK 0.42 0.10 0 0.51
HSL 193.85º 0.26% 0.39% -
HSV(B) 193.85º 0.42% 0.49% -
XYZ 12.35 14.71 21.59 -
YUV 102.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 73 113 125 0.42 0.10 0 0.51 193.85 0.26 0.39
Hex 49 71 7D 2A A 0 33 C2 1A 27
Octal 111 161 175 52 12 0 63 302 32 47
Binary 1001001 1110001 1111101 101010 1010 0 110011 11000010 11010 100111

Color Harmonies of #49717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49717D

Black with #49717D

Text Example


Text Example

White with #49717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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