Html Css Color HEX #496672 Bismark

📋 copy color: '#496672'

red 73 ◦ green 102 ◦ blue 114

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

Shades of Bismark #496672

Tints of Bismark #496672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 25.26%
G = 35.29%
B = 39.45%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496672 (or 0x496672) is known color: Bismark. HEX triplet: 49, 66 and 72. RGB value is (73,102,114). Sum of RGB (Red+Green+Blue) = 73+102+114=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #496672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496672 is #B6998D. Grayscale: #5E5E5E. Windows color (decimal): -11966862 or 7497289. OLE color: 7497289.

HSL color Cylindrical-coordinate representation of color #496672: hue angle of 197.56º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496672 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 102 114 -
CMYK 0.36 0.11 0 0.55
HSL 197.56º 0.22% 0.37% -
HSV(B) 197.56º 0.36% 0.45% -
XYZ 10.54 12.13 17.71 -
YUV 94.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 73 102 114 0.36 0.11 0 0.55 197.56 0.22 0.37
Hex 49 66 72 24 B 0 37 C6 16 25
Octal 111 146 162 44 13 0 67 306 26 45
Binary 1001001 1100110 1110010 100100 1011 0 110111 11000110 10110 100101

Color Harmonies of #496672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496672

Black with #496672

Text Example


Text Example

White with #496672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496672; }

 p { color: rgb(73,102,114); }

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

background-color css

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

 a { background-color: rgb(73,102,114); }

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

border-color css

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

 span { border-color: rgb(73,102,114); }

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