#4F6E7C

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

Shades of Bismark #4F6E7C

Tints of Bismark #4F6E7C

Color information

#4F6E7C (or 0x4F6E7C) is unknown color: approx Bismark. HEX triplet: 4F, 6E and 7C. RGB value is (79,110,124). Sum of RGB (Red+Green+Blue) = 79+110+124=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E7C is #B09183. Grayscale: #666666. Windows color (decimal): -11571588 or 8154703. OLE color: 8154703.

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

Color convert

RGB79110124-
CMYK0.360.1100.51
HSL198.67º22.17%39.8%-
HSV(B)198.67º36.29%48.63%-
XYZ12.4414.2721.17-
YUV102.33140.23111.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=25.24%
G=35.14%
B=39.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791101240.360.1100.51198.6722.1739.8
Hex4F6E7C24B033c71628
Octal11715617444130633072650
Binary100111111011101111100100100101101100111100011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,110,124); }

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

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

 a { background-color: rgb(79,110,124); }

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

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

 span { border-color: rgb(79,110,124); }

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