Html Css Color HEX #497079 Bismark

📋 copy color: '#497079'

red 73 ◦ green 112 ◦ blue 121

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

Shades of Bismark #497079

Tints of Bismark #497079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 23.86%
G = 36.6%
B = 39.54%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497079 (or 0x497079) is known color: Bismark. HEX triplet: 49, 70 and 79. RGB value is (73,112,121). Sum of RGB (Red+Green+Blue) = 73+112+121=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #497079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497079 is #B68F86. Grayscale: #656565. Windows color (decimal): -11964295 or 7958601. OLE color: 7958601.

HSL color Cylindrical-coordinate representation of color #497079: hue angle of 191.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497079 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 112 121 -
CMYK 0.40 0.07 0 0.53
HSL 191.25º 0.25% 0.38% -
HSV(B) 191.25º 0.4% 0.47% -
XYZ 11.99 14.39 20.23 -
YUV 101.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 73 112 121 0.40 0.07 0 0.53 191.25 0.25 0.38
Hex 49 70 79 28 7 0 35 BF 19 26
Octal 111 160 171 50 7 0 65 277 31 46
Binary 1001001 1110000 1111001 101000 111 0 110101 10111111 11001 100110

Color Harmonies of #497079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497079

Black with #497079

Text Example


Text Example

White with #497079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497079; }

 p { color: rgb(73,112,121); }

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

background-color css

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

 a { background-color: rgb(73,112,121); }

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

border-color css

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

 span { border-color: rgb(73,112,121); }

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