#4C6973

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

Shades of Bismark #4C6973

Tints of Bismark #4C6973

Color information

#4C6973 (or 0x4C6973) is unknown color: approx Bismark. HEX triplet: 4C, 69 and 73. RGB value is (76,105,115). Sum of RGB (Red+Green+Blue) = 76+105+115=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6973 is #B3968C. Grayscale: #616161. Windows color (decimal): -11769485 or 7563596. OLE color: 7563596.

HSL color Cylindrical-coordinate representation of color #4C6973: hue angle of 195.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C6973 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB76105115-
CMYK0.340.0900.55
HSL195.38º20.42%37.45%-
HSV(B)195.38º33.91%45.1%-
XYZ11.1312.8818.12-
YUV97.47137.89112.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=25.68%
G=35.47%
B=38.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761051150.340.0900.55195.3820.4237.45
Hex4C6973229037c31425
Octal11415116342110673032445
Binary100110011010011110011100010100101101111100001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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