Html Css Color HEX #496978 Bismark

📋 copy color: '#496978'

red 73 ◦ green 105 ◦ blue 120

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

Shades of Bismark #496978

Tints of Bismark #496978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 24.5%
G = 35.23%
B = 40.27%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496978 (or 0x496978) is known color: Bismark. HEX triplet: 49, 69 and 78. RGB value is (73,105,120). Sum of RGB (Red+Green+Blue) = 73+105+120=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #496978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496978 is #B69687. Grayscale: #616161. Windows color (decimal): -11966088 or 7891273. OLE color: 7891273.

HSL color Cylindrical-coordinate representation of color #496978: hue angle of 199.15º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496978 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 105 120 -
CMYK 0.39 0.13 0 0.53
HSL 199.15º 0.24% 0.38% -
HSV(B) 199.15º 0.39% 0.47% -
XYZ 11.19 12.88 19.66 -
YUV 97.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 73 105 120 0.39 0.13 0 0.53 199.15 0.24 0.38
Hex 49 69 78 27 D 0 35 C7 18 26
Octal 111 151 170 47 15 0 65 307 30 46
Binary 1001001 1101001 1111000 100111 1101 0 110101 11000111 11000 100110

Color Harmonies of #496978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496978

Black with #496978

Text Example


Text Example

White with #496978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496978; }

 p { color: rgb(73,105,120); }

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

background-color css

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

 a { background-color: rgb(73,105,120); }

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

border-color css

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

 span { border-color: rgb(73,105,120); }

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