Html Css Color HEX #497581 Bismark

📋 copy color: '#497581'

red 73 ◦ green 117 ◦ blue 129

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

Shades of Bismark #497581

Tints of Bismark #497581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 22.88%
G = 36.68%
B = 40.44%

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

#497581 (or 0x497581) is known color: Bismark. HEX triplet: 49, 75 and 81. RGB value is (73,117,129). Sum of RGB (Red+Green+Blue) = 73+117+129=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #497581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497581 is #B68A7E. Grayscale: #696969. Windows color (decimal): -11963007 or 8484169. OLE color: 8484169.

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

Color convert

RGB 73 117 129 -
CMYK 0.43 0.09 0 0.49
HSL 192.86º 0.28% 0.4% -
HSV(B) 192.86º 0.43% 0.51% -
XYZ 13.07 15.72 23.11 -
YUV 105.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 73 117 129 0.43 0.09 0 0.49 192.86 0.28 0.4
Hex 49 75 81 2B 9 0 31 C1 1C 28
Octal 111 165 201 53 11 0 61 301 34 50
Binary 1001001 1110101 10000001 101011 1001 0 110001 11000001 11100 101000

Color Harmonies of #497581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497581

Black with #497581

Text Example


Text Example

White with #497581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497581; }

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

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

background-color css

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

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

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

border-color css

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

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

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