Html Css Color HEX #496972 Bismark

📋 copy color: '#496972'

red 73 ◦ green 105 ◦ blue 114

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

Shades of Bismark #496972

Tints of Bismark #496972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 25%
G = 35.96%
B = 39.04%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496972 (or 0x496972) is known color: Bismark. HEX triplet: 49, 69 and 72. RGB value is (73,105,114). Sum of RGB (Red+Green+Blue) = 73+105+114=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #496972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496972 is #B6968D. Grayscale: #606060. Windows color (decimal): -11966094 or 7498057. OLE color: 7498057.

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

Color convert

RGB 73 105 114 -
CMYK 0.36 0.08 0 0.55
HSL 193.17º 0.22% 0.37% -
HSV(B) 193.17º 0.36% 0.45% -
XYZ 10.84 12.73 17.81 -
YUV 96.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 73 105 114 0.36 0.08 0 0.55 193.17 0.22 0.37
Hex 49 69 72 24 8 0 37 C1 16 25
Octal 111 151 162 44 10 0 67 301 26 45
Binary 1001001 1101001 1110010 100100 1000 0 110111 11000001 10110 100101

Color Harmonies of #496972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496972

Black with #496972

Text Example


Text Example

White with #496972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496972; }

 p { color: rgb(73,105,114); }

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

background-color css

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

 a { background-color: rgb(73,105,114); }

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

border-color css

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

 span { border-color: rgb(73,105,114); }

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