Html Css Color HEX #49707C Bismark

📋 copy color: '#49707C'

red 73 ◦ green 112 ◦ blue 124

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

Shades of Bismark #49707C

Tints of Bismark #49707C

RGB

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

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

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

R = 23.62%
G = 36.25%
B = 40.13%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49707C (or 0x49707C) is known color: Bismark. HEX triplet: 49, 70 and 7C. RGB value is (73,112,124). Sum of RGB (Red+Green+Blue) = 73+112+124=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #49707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707C is #B68F83. Grayscale: #656565. Windows color (decimal): -11964292 or 8155209. OLE color: 8155209.

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

Color convert

RGB 73 112 124 -
CMYK 0.41 0.10 0 0.51
HSL 194.12º 0.26% 0.39% -
HSV(B) 194.12º 0.41% 0.49% -
XYZ 12.18 14.46 21.22 -
YUV 101.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 73 112 124 0.41 0.10 0 0.51 194.12 0.26 0.39
Hex 49 70 7C 29 A 0 33 C2 1A 27
Octal 111 160 174 51 12 0 63 302 32 47
Binary 1001001 1110000 1111100 101001 1010 0 110011 11000010 11010 100111

Color Harmonies of #49707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49707C

Black with #49707C

Text Example


Text Example

White with #49707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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