Html Css Color HEX #496D7C Bismark

📋 copy color: '#496D7C'

red 73 ◦ green 109 ◦ blue 124

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

Shades of Bismark #496D7C

Tints of Bismark #496D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 23.86%
G = 35.62%
B = 40.52%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#496D7C (or 0x496D7C) is known color: Bismark. HEX triplet: 49, 6D and 7C. RGB value is (73,109,124). Sum of RGB (Red+Green+Blue) = 73+109+124=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #496D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7C is #B69283. Grayscale: #636363. Windows color (decimal): -11965060 or 8154441. OLE color: 8154441.

HSL color Cylindrical-coordinate representation of color #496D7C: hue angle of 197.65º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #496D7C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 109 124 -
CMYK 0.41 0.12 0 0.51
HSL 197.65º 0.26% 0.39% -
HSV(B) 197.65º 0.41% 0.49% -
XYZ 11.85 13.81 21.11 -
YUV 99.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 73 109 124 0.41 0.12 0 0.51 197.65 0.26 0.39
Hex 49 6D 7C 29 C 0 33 C6 1A 27
Octal 111 155 174 51 14 0 63 306 32 47
Binary 1001001 1101101 1111100 101001 1100 0 110011 11000110 11010 100111

Color Harmonies of #496D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D7C

Black with #496D7C

Text Example


Text Example

White with #496D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D7C; }

 p { color: rgb(73,109,124); }

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

background-color css

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

 a { background-color: rgb(73,109,124); }

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

border-color css

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

 span { border-color: rgb(73,109,124); }

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