Html Css Color HEX #496473 Bismark

📋 copy color: '#496473'

red 73 ◦ green 100 ◦ blue 115

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

Shades of Bismark #496473

Tints of Bismark #496473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 25.35%
G = 34.72%
B = 39.93%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496473 (or 0x496473) is known color: Bismark. HEX triplet: 49, 64 and 73. RGB value is (73,100,115). Sum of RGB (Red+Green+Blue) = 73+100+115=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #496473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496473 is #B69B8C. Grayscale: #5D5D5D. Windows color (decimal): -11967373 or 7562313. OLE color: 7562313.

HSL color Cylindrical-coordinate representation of color #496473: hue angle of 201.43º degrees, saturation: 0.22, 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 #496473 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 100 115 -
CMYK 0.37 0.13 0 0.55
HSL 201.43º 0.22% 0.37% -
HSV(B) 201.43º 0.37% 0.45% -
XYZ 10.4 11.77 17.94 -
YUV 93.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 73 100 115 0.37 0.13 0 0.55 201.43 0.22 0.37
Hex 49 64 73 25 D 0 37 C9 16 25
Octal 111 144 163 45 15 0 67 311 26 45
Binary 1001001 1100100 1110011 100101 1101 0 110111 11001001 10110 100101

Color Harmonies of #496473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496473

Black with #496473

Text Example


Text Example

White with #496473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496473; }

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

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

background-color css

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

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

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

border-color css

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

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

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