Html Css Color HEX #496471 Bismark

📋 copy color: '#496471'

red 73 ◦ green 100 ◦ blue 113

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

Shades of Bismark #496471

Tints of Bismark #496471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 25.52%
G = 34.97%
B = 39.51%

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

#496471 (or 0x496471) is known color: Bismark. HEX triplet: 49, 64 and 71. RGB value is (73,100,113). Sum of RGB (Red+Green+Blue) = 73+100+113=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #496471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496471 is #B69B8E. Grayscale: #5D5D5D. Windows color (decimal): -11967375 or 7431241. OLE color: 7431241.

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

Color convert

RGB 73 100 113 -
CMYK 0.35 0.12 0 0.56
HSL 199.5º 0.22% 0.36% -
HSV(B) 199.5º 0.35% 0.44% -
XYZ 10.29 11.72 17.34 -
YUV 93.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 73 100 113 0.35 0.12 0 0.56 199.5 0.22 0.36
Hex 49 64 71 23 C 0 38 C8 16 24
Octal 111 144 161 43 14 0 70 310 26 44
Binary 1001001 1100100 1110001 100011 1100 0 111000 11001000 10110 100100

Color Harmonies of #496471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496471

Black with #496471

Text Example


Text Example

White with #496471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496471; }

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

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

background-color css

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

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

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

border-color css

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

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

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