Html Css Color HEX #497179 Bismark

📋 copy color: '#497179'

red 73 ◦ green 113 ◦ blue 121

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

Shades of Bismark #497179

Tints of Bismark #497179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 23.78%
G = 36.81%
B = 39.41%

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

#497179 (or 0x497179) is known color: Bismark. HEX triplet: 49, 71 and 79. RGB value is (73,113,121). Sum of RGB (Red+Green+Blue) = 73+113+121=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #497179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497179 is #B68E86. Grayscale: #656565. Windows color (decimal): -11964039 or 7958857. OLE color: 7958857.

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

Color convert

RGB 73 113 121 -
CMYK 0.40 0.07 0 0.53
HSL 190º 0.25% 0.38% -
HSV(B) 190º 0.4% 0.47% -
XYZ 12.1 14.61 20.27 -
YUV 101.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 73 113 121 0.40 0.07 0 0.53 190 0.25 0.38
Hex 49 71 79 28 7 0 35 BE 19 26
Octal 111 161 171 50 7 0 65 276 31 46
Binary 1001001 1110001 1111001 101000 111 0 110101 10111110 11001 100110

Color Harmonies of #497179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497179

Black with #497179

Text Example


Text Example

White with #497179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497179; }

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

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

background-color css

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

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

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

border-color css

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

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

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