Html Css Color HEX #496771 Bismark

📋 copy color: '#496771'

red 73 ◦ green 103 ◦ blue 113

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

Shades of Bismark #496771

Tints of Bismark #496771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

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

R = 25.26%
G = 35.64%
B = 39.1%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496771 (or 0x496771) is known color: Bismark. HEX triplet: 49, 67 and 71. RGB value is (73,103,113). Sum of RGB (Red+Green+Blue) = 73+103+113=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #496771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496771 is #B6988E. Grayscale: #5F5F5F. Windows color (decimal): -11966607 or 7432009. OLE color: 7432009.

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

Color convert

RGB 73 103 113 -
CMYK 0.35 0.09 0 0.56
HSL 195º 0.22% 0.36% -
HSV(B) 195º 0.35% 0.44% -
XYZ 10.58 12.31 17.44 -
YUV 95.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 73 103 113 0.35 0.09 0 0.56 195 0.22 0.36
Hex 49 67 71 23 9 0 38 C3 16 24
Octal 111 147 161 43 11 0 70 303 26 44
Binary 1001001 1100111 1110001 100011 1001 0 111000 11000011 10110 100100

Color Harmonies of #496771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496771

Black with #496771

Text Example


Text Example

White with #496771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496771; }

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

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

background-color css

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

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

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

border-color css

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

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

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