#4D6C7D

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

Shades of Bismark #4D6C7D

Tints of Bismark #4D6C7D

Color information

#4D6C7D (or 0x4D6C7D) is unknown color: approx Bismark. HEX triplet: 4D, 6C and 7D. RGB value is (77,108,125). Sum of RGB (Red+Green+Blue) = 77+108+125=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D6C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C7D is #B29382. Grayscale: #646464. Windows color (decimal): -11703171 or 8219725. OLE color: 8219725.

HSL color Cylindrical-coordinate representation of color #4D6C7D: hue angle of 201.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D6C7D is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB77108125-
CMYK0.380.1400.51
HSL201.25º23.76%39.61%-
HSV(B)201.25º38.4%49.02%-
XYZ12.1213.7821.42-
YUV100.67141.73111.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.84%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=24.84%
G=34.84%
B=40.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal771081250.380.1400.51201.2523.7639.61
Hex4D6C7D26E033c91828
Octal11515417546160633113050
Binary100110111011001111101100110111001100111100100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,108,125); }

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

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

 a { background-color: rgb(77,108,125); }

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

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

 span { border-color: rgb(77,108,125); }

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