Html Css Color HEX #496476 Bismark

📋 copy color: '#496476'

red 73 ◦ green 100 ◦ blue 118

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

Shades of Bismark #496476

Tints of Bismark #496476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 25.09%
G = 34.36%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496476 (or 0x496476) is known color: Bismark. HEX triplet: 49, 64 and 76. RGB value is (73,100,118). Sum of RGB (Red+Green+Blue) = 73+100+118=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #496476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496476 is #B69B89. Grayscale: #5D5D5D. Windows color (decimal): -11967370 or 7758921. OLE color: 7758921.

HSL color Cylindrical-coordinate representation of color #496476: hue angle of 204º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496476 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 100 118 -
CMYK 0.38 0.15 0 0.54
HSL 204º 0.24% 0.37% -
HSV(B) 204º 0.38% 0.46% -
XYZ 10.57 11.84 18.87 -
YUV 93.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 73 100 118 0.38 0.15 0 0.54 204 0.24 0.37
Hex 49 64 76 26 F 0 36 CC 18 25
Octal 111 144 166 46 17 0 66 314 30 45
Binary 1001001 1100100 1110110 100110 1111 0 110110 11001100 11000 100101

Color Harmonies of #496476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496476

Black with #496476

Text Example


Text Example

White with #496476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496476; }

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

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

background-color css

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

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

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

border-color css

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

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

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