Html Css Color HEX #496276 Bismark

📋 copy color: '#496276'

red 73 ◦ green 98 ◦ blue 118

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

Shades of Bismark #496276

Tints of Bismark #496276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

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

R = 25.26%
G = 33.91%
B = 40.83%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496276 (or 0x496276) is known color: Bismark. HEX triplet: 49, 62 and 76. RGB value is (73,98,118). Sum of RGB (Red+Green+Blue) = 73+98+118=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #496276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496276 is #B69D89. Grayscale: #5C5C5C. Windows color (decimal): -11967882 or 7758409. OLE color: 7758409.

HSL color Cylindrical-coordinate representation of color #496276: hue angle of 206.67º 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 #496276 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 98 118 -
CMYK 0.38 0.17 0 0.54
HSL 206.67º 0.24% 0.37% -
HSV(B) 206.67º 0.38% 0.46% -
XYZ 10.39 11.46 18.8 -
YUV 92.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 73 98 118 0.38 0.17 0 0.54 206.67 0.24 0.37
Hex 49 62 76 26 11 0 36 CF 18 25
Octal 111 142 166 46 21 0 66 317 30 45
Binary 1001001 1100010 1110110 100110 10001 0 110110 11001111 11000 100101

Color Harmonies of #496276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496276

Black with #496276

Text Example


Text Example

White with #496276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496276; }

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

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

background-color css

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

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

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

border-color css

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

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

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