Html Css Color HEX #496579 Bismark

📋 copy color: '#496579'

red 73 ◦ green 101 ◦ blue 121

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

Shades of Bismark #496579

Tints of Bismark #496579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 24.75%
G = 34.24%
B = 41.02%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496579 (or 0x496579) is known color: Bismark. HEX triplet: 49, 65 and 79. RGB value is (73,101,121). Sum of RGB (Red+Green+Blue) = 73+101+121=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #496579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496579 is #B69A86. Grayscale: #5E5E5E. Windows color (decimal): -11967111 or 7955785. OLE color: 7955785.

HSL color Cylindrical-coordinate representation of color #496579: hue angle of 205º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496579 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 101 121 -
CMYK 0.40 0.17 0 0.53
HSL 205º 0.25% 0.38% -
HSV(B) 205º 0.4% 0.47% -
XYZ 10.85 12.1 19.85 -
YUV 94.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 73 101 121 0.40 0.17 0 0.53 205 0.25 0.38
Hex 49 65 79 28 11 0 35 CD 19 26
Octal 111 145 171 50 21 0 65 315 31 46
Binary 1001001 1100101 1111001 101000 10001 0 110101 11001101 11001 100110

Color Harmonies of #496579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496579

Black with #496579

Text Example


Text Example

White with #496579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496579; }

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

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

background-color css

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

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

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

border-color css

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

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

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