Html Css Color HEX #497482 Bismark

📋 copy color: '#497482'

red 73 ◦ green 116 ◦ blue 130

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

Shades of Bismark #497482

Tints of Bismark #497482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 22.88%
G = 36.36%
B = 40.75%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497482 (or 0x497482) is known color: Bismark. HEX triplet: 49, 74 and 82. RGB value is (73,116,130). Sum of RGB (Red+Green+Blue) = 73+116+130=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #497482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497482 is #B68B7D. Grayscale: #686868. Windows color (decimal): -11963262 or 8549449. OLE color: 8549449.

HSL color Cylindrical-coordinate representation of color #497482: hue angle of 194.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497482 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 116 130 -
CMYK 0.44 0.11 0 0.49
HSL 194.74º 0.28% 0.4% -
HSV(B) 194.74º 0.44% 0.51% -
XYZ 13.02 15.52 23.43 -
YUV 104.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 73 116 130 0.44 0.11 0 0.49 194.74 0.28 0.4
Hex 49 74 82 2C B 0 31 C3 1C 28
Octal 111 164 202 54 13 0 61 303 34 50
Binary 1001001 1110100 10000010 101100 1011 0 110001 11000011 11100 101000

Color Harmonies of #497482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497482

Black with #497482

Text Example


Text Example

White with #497482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497482; }

 p { color: rgb(73,116,130); }

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

background-color css

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

 a { background-color: rgb(73,116,130); }

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

border-color css

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

 span { border-color: rgb(73,116,130); }

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