Html Css Color HEX #497077 Bismark

📋 copy color: '#497077'

red 73 ◦ green 112 ◦ blue 119

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

Shades of Bismark #497077

Tints of Bismark #497077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 24.01%
G = 36.84%
B = 39.14%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497077 (or 0x497077) is known color: Bismark. HEX triplet: 49, 70 and 77. RGB value is (73,112,119). Sum of RGB (Red+Green+Blue) = 73+112+119=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #497077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497077 is #B68F88. Grayscale: #656565. Windows color (decimal): -11964297 or 7827529. OLE color: 7827529.

HSL color Cylindrical-coordinate representation of color #497077: hue angle of 189.13º 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 #497077 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 112 119 -
CMYK 0.39 0.06 0 0.53
HSL 189.13º 0.24% 0.38% -
HSV(B) 189.13º 0.39% 0.47% -
XYZ 11.87 14.34 19.59 -
YUV 101.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 73 112 119 0.39 0.06 0 0.53 189.13 0.24 0.38
Hex 49 70 77 27 6 0 35 BD 18 26
Octal 111 160 167 47 6 0 65 275 30 46
Binary 1001001 1110000 1110111 100111 110 0 110101 10111101 11000 100110

Color Harmonies of #497077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497077

Black with #497077

Text Example


Text Example

White with #497077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497077; }

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

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

background-color css

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

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

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

border-color css

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

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

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