Html Css Color HEX #49687D Bismark

📋 copy color: '#49687D'

red 73 ◦ green 104 ◦ blue 125

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

Shades of Bismark #49687D

Tints of Bismark #49687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 24.17%
G = 34.44%
B = 41.39%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49687D (or 0x49687D) is known color: Bismark. HEX triplet: 49, 68 and 7D. RGB value is (73,104,125). Sum of RGB (Red+Green+Blue) = 73+104+125=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #49687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687D is #B69782. Grayscale: #616161. Windows color (decimal): -11966339 or 8218697. OLE color: 8218697.

HSL color Cylindrical-coordinate representation of color #49687D: hue angle of 204.23º degrees, saturation: 0.26, 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 #49687D is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 104 125 -
CMYK 0.42 0.17 0 0.51
HSL 204.23º 0.26% 0.39% -
HSV(B) 204.23º 0.42% 0.49% -
XYZ 11.4 12.8 21.27 -
YUV 97.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 73 104 125 0.42 0.17 0 0.51 204.23 0.26 0.39
Hex 49 68 7D 2A 11 0 33 CC 1A 27
Octal 111 150 175 52 21 0 63 314 32 47
Binary 1001001 1101000 1111101 101010 10001 0 110011 11001100 11010 100111

Color Harmonies of #49687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49687D

Black with #49687D

Text Example


Text Example

White with #49687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49687D; }

 p { color: rgb(73,104,125); }

 H1.HeaderClassName
 {
   color: #49687D;
 }
 .AnyTagClassName
 {
   color: #49687D;
 }
</style>

background-color css

<style>
 a { background-color: #49687D; }

 a { background-color: rgb(73,104,125); }

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

border-color css

<style>
 span { border-color: #49687D; }

 span { border-color: rgb(73,104,125); }

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