Html Css Color HEX #496C73 Bismark

📋 copy color: '#496C73'

red 73 ◦ green 108 ◦ blue 115

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

Shades of Bismark #496C73

Tints of Bismark #496C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 24.66%
G = 36.49%
B = 38.85%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496C73 (or 0x496C73) is known color: Bismark. HEX triplet: 49, 6C and 73. RGB value is (73,108,115). Sum of RGB (Red+Green+Blue) = 73+108+115=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #496C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C73 is #B6938C. Grayscale: #626262. Windows color (decimal): -11965325 or 7564361. OLE color: 7564361.

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

Color convert

RGB 73 108 115 -
CMYK 0.37 0.06 0 0.55
HSL 190º 0.22% 0.37% -
HSV(B) 190º 0.37% 0.45% -
XYZ 11.2 13.38 18.21 -
YUV 98.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 73 108 115 0.37 0.06 0 0.55 190 0.22 0.37
Hex 49 6C 73 25 6 0 37 BE 16 25
Octal 111 154 163 45 6 0 67 276 26 45
Binary 1001001 1101100 1110011 100101 110 0 110111 10111110 10110 100101

Color Harmonies of #496C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C73

Black with #496C73

Text Example


Text Example

White with #496C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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