Html Css Color HEX #49747C Bismark

📋 copy color: '#49747C'

red 73 ◦ green 116 ◦ blue 124

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

Shades of Bismark #49747C

Tints of Bismark #49747C

RGB

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

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

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

R = 23.32%
G = 37.06%
B = 39.62%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49747C (or 0x49747C) is known color: Bismark. HEX triplet: 49, 74 and 7C. RGB value is (73,116,124). Sum of RGB (Red+Green+Blue) = 73+116+124=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #49747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49747C is #B68B83. Grayscale: #676767. Windows color (decimal): -11963268 or 8156233. OLE color: 8156233.

HSL color Cylindrical-coordinate representation of color #49747C: hue angle of 189.41º 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 #49747C is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 116 124 -
CMYK 0.41 0.06 0 0.51
HSL 189.41º 0.26% 0.39% -
HSV(B) 189.41º 0.41% 0.49% -
XYZ 12.63 15.36 21.37 -
YUV 104.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 73 116 124 0.41 0.06 0 0.51 189.41 0.26 0.39
Hex 49 74 7C 29 6 0 33 BD 1A 27
Octal 111 164 174 51 6 0 63 275 32 47
Binary 1001001 1110100 1111100 101001 110 0 110011 10111101 11010 100111

Color Harmonies of #49747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49747C

Black with #49747C

Text Example


Text Example

White with #49747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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