Html Css Color HEX #49707F Bismark

📋 copy color: '#49707F'

red 73 ◦ green 112 ◦ blue 127

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

Shades of Bismark #49707F

Tints of Bismark #49707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 23.4%
G = 35.9%
B = 40.71%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49707F (or 0x49707F) is known color: Bismark. HEX triplet: 49, 70 and 7F. RGB value is (73,112,127). Sum of RGB (Red+Green+Blue) = 73+112+127=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #49707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707F is #B68F80. Grayscale: #656565. Windows color (decimal): -11964289 or 8351817. OLE color: 8351817.

HSL color Cylindrical-coordinate representation of color #49707F: hue angle of 196.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49707F is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 112 127 -
CMYK 0.43 0.12 0 0.50
HSL 196.67º 0.27% 0.39% -
HSV(B) 196.67º 0.43% 0.5% -
XYZ 12.37 14.54 22.23 -
YUV 102.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 73 112 127 0.43 0.12 0 0.50 196.67 0.27 0.39
Hex 49 70 7F 2B C 0 32 C5 1B 27
Octal 111 160 177 53 14 0 62 305 33 47
Binary 1001001 1110000 1111111 101011 1100 0 110010 11000101 11011 100111

Color Harmonies of #49707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49707F

Black with #49707F

Text Example


Text Example

White with #49707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49707F; }

 p { color: rgb(73,112,127); }

 H1.HeaderClassName
 {
   color: #49707F;
 }
 .AnyTagClassName
 {
   color: #49707F;
 }
</style>

background-color css

<style>
 a { background-color: #49707F; }

 a { background-color: rgb(73,112,127); }

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

border-color css

<style>
 span { border-color: #49707F; }

 span { border-color: rgb(73,112,127); }

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