Html Css Color HEX #496C74 Bismark

📋 copy color: '#496C74'

red 73 ◦ green 108 ◦ blue 116

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

Shades of Bismark #496C74

Tints of Bismark #496C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 24.58%
G = 36.36%
B = 39.06%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496C74 (or 0x496C74) is known color: Bismark. HEX triplet: 49, 6C and 74. RGB value is (73,108,116). Sum of RGB (Red+Green+Blue) = 73+108+116=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #496C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C74 is #B6938B. Grayscale: #626262. Windows color (decimal): -11965324 or 7629897. OLE color: 7629897.

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

Color convert

RGB 73 108 116 -
CMYK 0.37 0.07 0 0.55
HSL 191.16º 0.23% 0.37% -
HSV(B) 191.16º 0.37% 0.45% -
XYZ 11.26 13.4 18.52 -
YUV 98.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 73 108 116 0.37 0.07 0 0.55 191.16 0.23 0.37
Hex 49 6C 74 25 7 0 37 BF 17 25
Octal 111 154 164 45 7 0 67 277 27 45
Binary 1001001 1101100 1110100 100101 111 0 110111 10111111 10111 100101

Color Harmonies of #496C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C74

Black with #496C74

Text Example


Text Example

White with #496C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,116); }

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

background-color css

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

 a { background-color: rgb(73,108,116); }

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

border-color css

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

 span { border-color: rgb(73,108,116); }

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