Html Css Color HEX #49747E Bismark

📋 copy color: '#49747E'

red 73 ◦ green 116 ◦ blue 126

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

Shades of Bismark #49747E

Tints of Bismark #49747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 23.17%
G = 36.83%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49747E (or 0x49747E) is known color: Bismark. HEX triplet: 49, 74 and 7E. RGB value is (73,116,126). Sum of RGB (Red+Green+Blue) = 73+116+126=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #49747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49747E is #B68B81. Grayscale: #686868. Windows color (decimal): -11963266 or 8287305. OLE color: 8287305.

HSL color Cylindrical-coordinate representation of color #49747E: hue angle of 191.32º degrees, saturation: 0.27, 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 #49747E is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 116 126 -
CMYK 0.42 0.08 0 0.51
HSL 191.32º 0.27% 0.39% -
HSV(B) 191.32º 0.42% 0.49% -
XYZ 12.76 15.41 22.04 -
YUV 104.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 73 116 126 0.42 0.08 0 0.51 191.32 0.27 0.39
Hex 49 74 7E 2A 8 0 33 BF 1B 27
Octal 111 164 176 52 10 0 63 277 33 47
Binary 1001001 1110100 1111110 101010 1000 0 110011 10111111 11011 100111

Color Harmonies of #49747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49747E

Black with #49747E

Text Example


Text Example

White with #49747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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