Html Css Color HEX #496371 Bismark

📋 copy color: '#496371'

red 73 ◦ green 99 ◦ blue 113

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

Shades of Bismark #496371

Tints of Bismark #496371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 25.61%
G = 34.74%
B = 39.65%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496371 (or 0x496371) is known color: Bismark. HEX triplet: 49, 63 and 71. RGB value is (73,99,113). Sum of RGB (Red+Green+Blue) = 73+99+113=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #496371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496371 is #B69C8E. Grayscale: #5C5C5C. Windows color (decimal): -11967631 or 7430985. OLE color: 7430985.

HSL color Cylindrical-coordinate representation of color #496371: hue angle of 201º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496371 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 99 113 -
CMYK 0.35 0.12 0 0.56
HSL 201º 0.22% 0.36% -
HSV(B) 201º 0.35% 0.44% -
XYZ 10.19 11.53 17.31 -
YUV 92.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 73 99 113 0.35 0.12 0 0.56 201 0.22 0.36
Hex 49 63 71 23 C 0 38 C9 16 24
Octal 111 143 161 43 14 0 70 311 26 44
Binary 1001001 1100011 1110001 100011 1100 0 111000 11001001 10110 100100

Color Harmonies of #496371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496371

Black with #496371

Text Example


Text Example

White with #496371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496371; }

 p { color: rgb(73,99,113); }

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

background-color css

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

 a { background-color: rgb(73,99,113); }

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

border-color css

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

 span { border-color: rgb(73,99,113); }

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