#4D6273

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

Shades of Bismark #4D6273

Tints of Bismark #4D6273

Color information

#4D6273 (or 0x4D6273) is unknown color: approx Bismark. HEX triplet: 4D, 62 and 73. RGB value is (77,98,115). Sum of RGB (Red+Green+Blue) = 77+98+115=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6273 is #B29D8C. Grayscale: #5D5D5D. Windows color (decimal): -11705741 or 7561805. OLE color: 7561805.

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

Color convert

RGB7798115-
CMYK0.330.1500.55
HSL206.84º19.79%37.65%-
HSV(B)206.84º33.04%45.1%-
XYZ10.5211.5517.89-
YUV93.66140.04116.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=26.55%
G=33.79%
B=39.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77981150.330.1500.55206.8419.7937.65
Hex4D627321F037cf1426
Octal11514216341170673172446
Binary100110111000101110011100001111101101111100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,98,115); }

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

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

 a { background-color: rgb(77,98,115); }

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

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

 span { border-color: rgb(77,98,115); }

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