Html Css Color HEX #496370 Bismark

📋 copy color: '#496370'

red 73 ◦ green 99 ◦ blue 112

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

Shades of Bismark #496370

Tints of Bismark #496370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 25.7%
G = 34.86%
B = 39.44%

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

#496370 (or 0x496370) is known color: Bismark. HEX triplet: 49, 63 and 70. RGB value is (73,99,112). Sum of RGB (Red+Green+Blue) = 73+99+112=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #496370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496370 is #B69C8F. Grayscale: #5C5C5C. Windows color (decimal): -11967632 or 7365449. OLE color: 7365449.

HSL color Cylindrical-coordinate representation of color #496370: hue angle of 200º degrees, saturation: 0.21, 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 #496370 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 99 112 -
CMYK 0.35 0.12 0 0.56
HSL 200º 0.21% 0.36% -
HSV(B) 200º 0.35% 0.44% -
XYZ 10.13 11.51 17.02 -
YUV 92.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 73 99 112 0.35 0.12 0 0.56 200 0.21 0.36
Hex 49 63 70 23 C 0 38 C8 15 24
Octal 111 143 160 43 14 0 70 310 25 44
Binary 1001001 1100011 1110000 100011 1100 0 111000 11001000 10101 100100

Color Harmonies of #496370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496370

Black with #496370

Text Example


Text Example

White with #496370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496370; }

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

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

background-color css

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

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

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

border-color css

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

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

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