Html Css Color HEX #49707E Bismark

📋 copy color: '#49707E'

red 73 ◦ green 112 ◦ blue 126

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

Shades of Bismark #49707E

Tints of Bismark #49707E

RGB

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

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

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

R = 23.47%
G = 36.01%
B = 40.51%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49707E (or 0x49707E) is known color: Bismark. HEX triplet: 49, 70 and 7E. RGB value is (73,112,126). Sum of RGB (Red+Green+Blue) = 73+112+126=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #49707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707E is #B68F81. Grayscale: #656565. Windows color (decimal): -11964290 or 8286281. OLE color: 8286281.

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

Color convert

RGB 73 112 126 -
CMYK 0.42 0.11 0 0.51
HSL 195.85º 0.27% 0.39% -
HSV(B) 195.85º 0.42% 0.49% -
XYZ 12.31 14.51 21.89 -
YUV 101.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 73 112 126 0.42 0.11 0 0.51 195.85 0.27 0.39
Hex 49 70 7E 2A B 0 33 C4 1B 27
Octal 111 160 176 52 13 0 63 304 33 47
Binary 1001001 1110000 1111110 101010 1011 0 110011 11000100 11011 100111

Color Harmonies of #49707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49707E

Black with #49707E

Text Example


Text Example

White with #49707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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