Html Css Color HEX #496670 Bismark

📋 copy color: '#496670'

red 73 ◦ green 102 ◦ blue 112

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

Shades of Bismark #496670

Tints of Bismark #496670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 25.44%
G = 35.54%
B = 39.02%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496670 (or 0x496670) is known color: Bismark. HEX triplet: 49, 66 and 70. RGB value is (73,102,112). Sum of RGB (Red+Green+Blue) = 73+102+112=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #496670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496670 is #B6998F. Grayscale: #5E5E5E. Windows color (decimal): -11966864 or 7366217. OLE color: 7366217.

HSL color Cylindrical-coordinate representation of color #496670: hue angle of 195.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496670 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 102 112 -
CMYK 0.35 0.09 0 0.56
HSL 195.38º 0.21% 0.36% -
HSV(B) 195.38º 0.35% 0.44% -
XYZ 10.42 12.09 17.11 -
YUV 94.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 73 102 112 0.35 0.09 0 0.56 195.38 0.21 0.36
Hex 49 66 70 23 9 0 38 C3 15 24
Octal 111 146 160 43 11 0 70 303 25 44
Binary 1001001 1100110 1110000 100011 1001 0 111000 11000011 10101 100100

Color Harmonies of #496670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496670

Black with #496670

Text Example


Text Example

White with #496670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496670; }

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

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

background-color css

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

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

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

border-color css

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

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

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