Html Css Color HEX #497081 Bismark

📋 copy color: '#497081'

red 73 ◦ green 112 ◦ blue 129

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

Shades of Bismark #497081

Tints of Bismark #497081

RGB

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

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

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

R = 23.25%
G = 35.67%
B = 41.08%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497081 (or 0x497081) is known color: Bismark. HEX triplet: 49, 70 and 81. RGB value is (73,112,129). Sum of RGB (Red+Green+Blue) = 73+112+129=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #497081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497081 is #B68F7E. Grayscale: #666666. Windows color (decimal): -11964287 or 8482889. OLE color: 8482889.

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

Color convert

RGB 73 112 129 -
CMYK 0.43 0.13 0 0.49
HSL 198.21º 0.28% 0.4% -
HSV(B) 198.21º 0.43% 0.51% -
XYZ 12.5 14.59 22.93 -
YUV 102.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 73 112 129 0.43 0.13 0 0.49 198.21 0.28 0.4
Hex 49 70 81 2B D 0 31 C6 1C 28
Octal 111 160 201 53 15 0 61 306 34 50
Binary 1001001 1110000 10000001 101011 1101 0 110001 11000110 11100 101000

Color Harmonies of #497081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497081

Black with #497081

Text Example


Text Example

White with #497081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497081; }

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

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

background-color css

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

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

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

border-color css

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

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

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