Html Css Color HEX #497084 Bismark

📋 copy color: '#497084'

red 73 ◦ green 112 ◦ blue 132

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

Shades of Bismark #497084

Tints of Bismark #497084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 23.03%
G = 35.33%
B = 41.64%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497084 (or 0x497084) is known color: Bismark. HEX triplet: 49, 70 and 84. RGB value is (73,112,132). Sum of RGB (Red+Green+Blue) = 73+112+132=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #497084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497084 is #B68F7B. Grayscale: #666666. Windows color (decimal): -11964284 or 8679497. OLE color: 8679497.

HSL color Cylindrical-coordinate representation of color #497084: hue angle of 200.34º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497084 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 112 132 -
CMYK 0.45 0.15 0 0.48
HSL 200.34º 0.29% 0.4% -
HSV(B) 200.34º 0.45% 0.52% -
XYZ 12.71 14.67 23.99 -
YUV 102.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 73 112 132 0.45 0.15 0 0.48 200.34 0.29 0.4
Hex 49 70 84 2D F 0 30 C8 1D 28
Octal 111 160 204 55 17 0 60 310 35 50
Binary 1001001 1110000 10000100 101101 1111 0 110000 11001000 11101 101000

Color Harmonies of #497084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497084

Black with #497084

Text Example


Text Example

White with #497084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497084; }

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

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

background-color css

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

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

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

border-color css

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

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

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