Html Css Color HEX #496B74 Bismark

📋 copy color: '#496B74'

red 73 ◦ green 107 ◦ blue 116

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

Shades of Bismark #496B74

Tints of Bismark #496B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 24.66%
G = 36.15%
B = 39.19%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496B74 (or 0x496B74) is known color: Bismark. HEX triplet: 49, 6B and 74. RGB value is (73,107,116). Sum of RGB (Red+Green+Blue) = 73+107+116=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #496B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B74 is #B6948B. Grayscale: #616161. Windows color (decimal): -11965580 or 7629641. OLE color: 7629641.

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

Color convert

RGB 73 107 116 -
CMYK 0.37 0.08 0 0.55
HSL 192.56º 0.23% 0.37% -
HSV(B) 192.56º 0.37% 0.45% -
XYZ 11.16 13.19 18.48 -
YUV 97.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 73 107 116 0.37 0.08 0 0.55 192.56 0.23 0.37
Hex 49 6B 74 25 8 0 37 C1 17 25
Octal 111 153 164 45 10 0 67 301 27 45
Binary 1001001 1101011 1110100 100101 1000 0 110111 11000001 10111 100101

Color Harmonies of #496B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B74

Black with #496B74

Text Example


Text Example

White with #496B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,116); }

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

background-color css

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

 a { background-color: rgb(73,107,116); }

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

border-color css

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

 span { border-color: rgb(73,107,116); }

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