#4D697A

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

Shades of Bismark #4D697A

Tints of Bismark #4D697A

Color information

#4D697A (or 0x4D697A) is unknown color: approx Bismark. HEX triplet: 4D, 69 and 7A. RGB value is (77,105,122). Sum of RGB (Red+Green+Blue) = 77+105+122=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D697A is #B29685. Grayscale: #626262. Windows color (decimal): -11703942 or 8022349. OLE color: 8022349.

HSL color Cylindrical-coordinate representation of color #4D697A: hue angle of 202.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D697A is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB77105122-
CMYK0.370.1400.52
HSL202.67º22.61%39.02%-
HSV(B)202.67º36.89%47.84%-
XYZ11.6213.0920.33-
YUV98.57141.22112.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=25.33%
G=34.54%
B=40.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal771051220.370.1400.52202.6722.6139.02
Hex4D697A25E034cb1727
Octal11515117245160643132747
Binary100110111010011111010100101111001101001100101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,105,122); }

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

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

 a { background-color: rgb(77,105,122); }

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

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

 span { border-color: rgb(77,105,122); }

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