Html Css Color HEX #496374 Bismark

📋 copy color: '#496374'

red 73 ◦ green 99 ◦ blue 116

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

Shades of Bismark #496374

Tints of Bismark #496374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 25.35%
G = 34.38%
B = 40.28%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496374 (or 0x496374) is known color: Bismark. HEX triplet: 49, 63 and 74. RGB value is (73,99,116). Sum of RGB (Red+Green+Blue) = 73+99+116=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #496374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496374 is #B69C8B. Grayscale: #5D5D5D. Windows color (decimal): -11967628 or 7627593. OLE color: 7627593.

HSL color Cylindrical-coordinate representation of color #496374: hue angle of 203.72º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496374 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 99 116 -
CMYK 0.37 0.15 0 0.55
HSL 203.72º 0.23% 0.37% -
HSV(B) 203.72º 0.37% 0.45% -
XYZ 10.36 11.6 18.22 -
YUV 93.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 73 99 116 0.37 0.15 0 0.55 203.72 0.23 0.37
Hex 49 63 74 25 F 0 37 CC 17 25
Octal 111 143 164 45 17 0 67 314 27 45
Binary 1001001 1100011 1110100 100101 1111 0 110111 11001100 10111 100101

Color Harmonies of #496374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496374

Black with #496374

Text Example


Text Example

White with #496374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496374; }

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

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

background-color css

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

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

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

border-color css

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

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

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