Html Css Color HEX #497681 Bismark

📋 copy color: '#497681'

red 73 ◦ green 118 ◦ blue 129

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

Shades of Bismark #497681

Tints of Bismark #497681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

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

R = 22.81%
G = 36.88%
B = 40.31%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497681 (or 0x497681) is known color: Bismark. HEX triplet: 49, 76 and 81. RGB value is (73,118,129). Sum of RGB (Red+Green+Blue) = 73+118+129=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #497681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497681 is #B6897E. Grayscale: #696969. Windows color (decimal): -11962751 or 8484425. OLE color: 8484425.

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

Color convert

RGB 73 118 129 -
CMYK 0.43 0.09 0 0.49
HSL 191.79º 0.28% 0.4% -
HSV(B) 191.79º 0.43% 0.51% -
XYZ 13.19 15.96 23.15 -
YUV 105.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 73 118 129 0.43 0.09 0 0.49 191.79 0.28 0.4
Hex 49 76 81 2B 9 0 31 C0 1C 28
Octal 111 166 201 53 11 0 61 300 34 50
Binary 1001001 1110110 10000001 101011 1001 0 110001 11000000 11100 101000

Color Harmonies of #497681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497681

Black with #497681

Text Example


Text Example

White with #497681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497681; }

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

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

background-color css

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

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

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

border-color css

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

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

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