#4A6973

Color #4A6973 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #4A6973

Tints of Bismark #4A6973

Color information

#4A6973 (or 0x4A6973) is unknown color: approx Bismark. HEX triplet: 4A, 69 and 73. RGB value is (74,105,115). Sum of RGB (Red+Green+Blue) = 74+105+115=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6973 is #B5968C. Grayscale: #606060. Windows color (decimal): -11900557 or 7563594. OLE color: 7563594.

HSL color Cylindrical-coordinate representation of color #4A6973: hue angle of 194.63º 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 #4A6973 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB74105115-
CMYK0.360.0900.55
HSL194.63º21.69%37.06%-
HSV(B)194.63º35.65%45.1%-
XYZ10.9712.818.11-
YUV96.87138.23111.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=25.17%
G=35.71%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal741051150.360.0900.55194.6321.6937.06
Hex4A6973249037c31625
Octal11215116344110673032645
Binary100101011010011110011100100100101101111100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A6973; }

 p { color: rgb(74,105,115); }

 H1.HeaderClassName
 {
   color: #4A6973;
 }
 .AnyTagClassName
 {
   color: #4A6973;
 }
</style>
background-color css

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

 a { background-color: rgb(74,105,115); }

 div.DivClassName
 {
   background-color: #4A6973;
 }
 .BgClassName
 {
   background-color: #4A6973;
 }
</style>
border-color css

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

 span { border-color: rgb(74,105,115); }

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