Html Css Color HEX #497384 Bismark

📋 copy color: '#497384'

red 73 ◦ green 115 ◦ blue 132

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

Shades of Bismark #497384

Tints of Bismark #497384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 22.81%
G = 35.94%
B = 41.25%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497384 (or 0x497384) is known color: Bismark. HEX triplet: 49, 73 and 84. RGB value is (73,115,132). Sum of RGB (Red+Green+Blue) = 73+115+132=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #497384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497384 is #B68C7B. Grayscale: #686868. Windows color (decimal): -11963516 or 8680265. OLE color: 8680265.

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

Color convert

RGB 73 115 132 -
CMYK 0.45 0.13 0 0.48
HSL 197.29º 0.29% 0.4% -
HSV(B) 197.29º 0.45% 0.52% -
XYZ 13.04 15.34 24.1 -
YUV 104.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 73 115 132 0.45 0.13 0 0.48 197.29 0.29 0.4
Hex 49 73 84 2D D 0 30 C5 1D 28
Octal 111 163 204 55 15 0 60 305 35 50
Binary 1001001 1110011 10000100 101101 1101 0 110000 11000101 11101 101000

Color Harmonies of #497384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497384

Black with #497384

Text Example


Text Example

White with #497384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497384; }

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

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

background-color css

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

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

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

border-color css

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

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

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