Html Css Color HEX #496576 Bismark

📋 copy color: '#496576'

red 73 ◦ green 101 ◦ blue 118

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

Shades of Bismark #496576

Tints of Bismark #496576

RGB

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

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

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

R = 25%
G = 34.59%
B = 40.41%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496576 (or 0x496576) is known color: Bismark. HEX triplet: 49, 65 and 76. RGB value is (73,101,118). Sum of RGB (Red+Green+Blue) = 73+101+118=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #496576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496576 is #B69A89. Grayscale: #5E5E5E. Windows color (decimal): -11967114 or 7759177. OLE color: 7759177.

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

Color convert

RGB 73 101 118 -
CMYK 0.38 0.14 0 0.54
HSL 202.67º 0.24% 0.37% -
HSV(B) 202.67º 0.38% 0.46% -
XYZ 10.67 12.03 18.9 -
YUV 94.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 73 101 118 0.38 0.14 0 0.54 202.67 0.24 0.37
Hex 49 65 76 26 E 0 36 CB 18 25
Octal 111 145 166 46 16 0 66 313 30 45
Binary 1001001 1100101 1110110 100110 1110 0 110110 11001011 11000 100101

Color Harmonies of #496576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496576

Black with #496576

Text Example


Text Example

White with #496576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496576; }

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

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

background-color css

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

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

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

border-color css

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

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

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