Html Css Color HEX #497281 Bismark

📋 copy color: '#497281'

red 73 ◦ green 114 ◦ blue 129

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

Shades of Bismark #497281

Tints of Bismark #497281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 23.1%
G = 36.08%
B = 40.82%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497281 (or 0x497281) is known color: Bismark. HEX triplet: 49, 72 and 81. RGB value is (73,114,129). Sum of RGB (Red+Green+Blue) = 73+114+129=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #497281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497281 is #B68D7E. Grayscale: #676767. Windows color (decimal): -11963775 or 8483401. OLE color: 8483401.

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

Color convert

RGB 73 114 129 -
CMYK 0.43 0.12 0 0.49
HSL 196.07º 0.28% 0.4% -
HSV(B) 196.07º 0.43% 0.51% -
XYZ 12.73 15.04 23 -
YUV 103.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 73 114 129 0.43 0.12 0 0.49 196.07 0.28 0.4
Hex 49 72 81 2B C 0 31 C4 1C 28
Octal 111 162 201 53 14 0 61 304 34 50
Binary 1001001 1110010 10000001 101011 1100 0 110001 11000100 11100 101000

Color Harmonies of #497281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497281

Black with #497281

Text Example


Text Example

White with #497281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497281; }

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

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

background-color css

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

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

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

border-color css

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

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

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