Html Css Color HEX #497080 Bismark

📋 copy color: '#497080'

red 73 ◦ green 112 ◦ blue 128

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

Shades of Bismark #497080

Tints of Bismark #497080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 23.32%
G = 35.78%
B = 40.89%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#497080 (or 0x497080) is known color: Bismark. HEX triplet: 49, 70 and 80. RGB value is (73,112,128). Sum of RGB (Red+Green+Blue) = 73+112+128=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #497080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497080 is #B68F7F. Grayscale: #666666. Windows color (decimal): -11964288 or 8417353. OLE color: 8417353.

HSL color Cylindrical-coordinate representation of color #497080: hue angle of 197.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497080 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 112 128 -
CMYK 0.43 0.12 0 0.50
HSL 197.45º 0.27% 0.39% -
HSV(B) 197.45º 0.43% 0.5% -
XYZ 12.44 14.56 22.58 -
YUV 102.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 73 112 128 0.43 0.12 0 0.50 197.45 0.27 0.39
Hex 49 70 80 2B C 0 32 C5 1B 27
Octal 111 160 200 53 14 0 62 305 33 47
Binary 1001001 1110000 10000000 101011 1100 0 110010 11000101 11011 100111

Color Harmonies of #497080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497080

Black with #497080

Text Example


Text Example

White with #497080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497080; }

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

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

background-color css

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

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

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

border-color css

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

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

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