Html Css Color HEX #497380 Bismark

📋 copy color: '#497380'

red 73 ◦ green 115 ◦ blue 128

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

Shades of Bismark #497380

Tints of Bismark #497380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 23.1%
G = 36.39%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#497380 (or 0x497380) is known color: Bismark. HEX triplet: 49, 73 and 80. RGB value is (73,115,128). Sum of RGB (Red+Green+Blue) = 73+115+128=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #497380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497380 is #B68C7F. Grayscale: #676767. Windows color (decimal): -11963520 or 8418121. OLE color: 8418121.

HSL color Cylindrical-coordinate representation of color #497380: hue angle of 194.18º 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 #497380 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 115 128 -
CMYK 0.43 0.10 0 0.50
HSL 194.18º 0.27% 0.39% -
HSV(B) 194.18º 0.43% 0.5% -
XYZ 12.77 15.24 22.69 -
YUV 103.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 73 115 128 0.43 0.10 0 0.50 194.18 0.27 0.39
Hex 49 73 80 2B A 0 32 C2 1B 27
Octal 111 163 200 53 12 0 62 302 33 47
Binary 1001001 1110011 10000000 101011 1010 0 110010 11000010 11011 100111

Color Harmonies of #497380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497380

Black with #497380

Text Example


Text Example

White with #497380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497380; }

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

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

background-color css

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

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

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

border-color css

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

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

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