Html Css Color HEX #49677A Bismark

📋 copy color: '#49677A'

red 73 ◦ green 103 ◦ blue 122

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

Shades of Bismark #49677A

Tints of Bismark #49677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 24.5%
G = 34.56%
B = 40.94%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49677A (or 0x49677A) is known color: Bismark. HEX triplet: 49, 67 and 7A. RGB value is (73,103,122). Sum of RGB (Red+Green+Blue) = 73+103+122=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #49677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49677A is #B69885. Grayscale: #606060. Windows color (decimal): -11966598 or 8021833. OLE color: 8021833.

HSL color Cylindrical-coordinate representation of color #49677A: hue angle of 203.27º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49677A is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 103 122 -
CMYK 0.40 0.16 0 0.52
HSL 203.27º 0.25% 0.38% -
HSV(B) 203.27º 0.4% 0.48% -
XYZ 11.11 12.52 20.24 -
YUV 96.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 73 103 122 0.40 0.16 0 0.52 203.27 0.25 0.38
Hex 49 67 7A 28 10 0 34 CB 19 26
Octal 111 147 172 50 20 0 64 313 31 46
Binary 1001001 1100111 1111010 101000 10000 0 110100 11001011 11001 100110

Color Harmonies of #49677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49677A

Black with #49677A

Text Example


Text Example

White with #49677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49677A; }

 p { color: rgb(73,103,122); }

 H1.HeaderClassName
 {
   color: #49677A;
 }
 .AnyTagClassName
 {
   color: #49677A;
 }
</style>

background-color css

<style>
 a { background-color: #49677A; }

 a { background-color: rgb(73,103,122); }

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

border-color css

<style>
 span { border-color: #49677A; }

 span { border-color: rgb(73,103,122); }

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