Html Css Color HEX #496571 Bismark

📋 copy color: '#496571'

red 73 ◦ green 101 ◦ blue 113

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

Shades of Bismark #496571

Tints of Bismark #496571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 25.44%
G = 35.19%
B = 39.37%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496571 (or 0x496571) is known color: Bismark. HEX triplet: 49, 65 and 71. RGB value is (73,101,113). Sum of RGB (Red+Green+Blue) = 73+101+113=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #496571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496571 is #B69A8E. Grayscale: #5D5D5D. Windows color (decimal): -11967119 or 7431497. OLE color: 7431497.

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

Color convert

RGB 73 101 113 -
CMYK 0.35 0.11 0 0.56
HSL 198º 0.22% 0.36% -
HSV(B) 198º 0.35% 0.44% -
XYZ 10.38 11.92 17.38 -
YUV 94 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 73 101 113 0.35 0.11 0 0.56 198 0.22 0.36
Hex 49 65 71 23 B 0 38 C6 16 24
Octal 111 145 161 43 13 0 70 306 26 44
Binary 1001001 1100101 1110001 100011 1011 0 111000 11000110 10110 100100

Color Harmonies of #496571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496571

Black with #496571

Text Example


Text Example

White with #496571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496571; }

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

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

background-color css

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

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

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

border-color css

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

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

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