Html Css Color HEX #497481 Bismark

📋 copy color: '#497481'

red 73 ◦ green 116 ◦ blue 129

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

Shades of Bismark #497481

Tints of Bismark #497481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 22.96%
G = 36.48%
B = 40.57%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497481 (or 0x497481) is known color: Bismark. HEX triplet: 49, 74 and 81. RGB value is (73,116,129). Sum of RGB (Red+Green+Blue) = 73+116+129=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #497481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497481 is #B68B7E. Grayscale: #686868. Windows color (decimal): -11963263 or 8483913. OLE color: 8483913.

HSL color Cylindrical-coordinate representation of color #497481: hue angle of 193.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497481 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 116 129 -
CMYK 0.43 0.10 0 0.49
HSL 193.93º 0.28% 0.4% -
HSV(B) 193.93º 0.43% 0.51% -
XYZ 12.96 15.49 23.08 -
YUV 104.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 73 116 129 0.43 0.10 0 0.49 193.93 0.28 0.4
Hex 49 74 81 2B A 0 31 C2 1C 28
Octal 111 164 201 53 12 0 61 302 34 50
Binary 1001001 1110100 10000001 101011 1010 0 110001 11000010 11100 101000

Color Harmonies of #497481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497481

Black with #497481

Text Example


Text Example

White with #497481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497481; }

 p { color: rgb(73,116,129); }

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

background-color css

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

 a { background-color: rgb(73,116,129); }

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

border-color css

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

 span { border-color: rgb(73,116,129); }

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