Html Css Color HEX #496375 Bismark

📋 copy color: '#496375'

red 73 ◦ green 99 ◦ blue 117

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

Shades of Bismark #496375

Tints of Bismark #496375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 25.26%
G = 34.26%
B = 40.48%

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

#496375 (or 0x496375) is known color: Bismark. HEX triplet: 49, 63 and 75. RGB value is (73,99,117). Sum of RGB (Red+Green+Blue) = 73+99+117=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #496375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496375 is #B69C8A. Grayscale: #5D5D5D. Windows color (decimal): -11967627 or 7693129. OLE color: 7693129.

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

Color convert

RGB 73 99 117 -
CMYK 0.38 0.15 0 0.54
HSL 204.55º 0.23% 0.37% -
HSV(B) 204.55º 0.38% 0.46% -
XYZ 10.42 11.62 18.52 -
YUV 93.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 73 99 117 0.38 0.15 0 0.54 204.55 0.23 0.37
Hex 49 63 75 26 F 0 36 CD 17 25
Octal 111 143 165 46 17 0 66 315 27 45
Binary 1001001 1100011 1110101 100110 1111 0 110110 11001101 10111 100101

Color Harmonies of #496375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496375

Black with #496375

Text Example


Text Example

White with #496375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496375; }

 p { color: rgb(73,99,117); }

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

background-color css

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

 a { background-color: rgb(73,99,117); }

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

border-color css

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

 span { border-color: rgb(73,99,117); }

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