#4F6E7F

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

Shades of Bismark #4F6E7F

Tints of Bismark #4F6E7F

Color information

#4F6E7F (or 0x4F6E7F) is unknown color: approx Bismark. HEX triplet: 4F, 6E and 7F. RGB value is (79,110,127). Sum of RGB (Red+Green+Blue) = 79+110+127=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F6E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E7F is #B09180. Grayscale: #666666. Windows color (decimal): -11571585 or 8351311. OLE color: 8351311.

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

Color convert

RGB79110127-
CMYK0.380.1300.50
HSL201.25º23.3%40.39%-
HSV(B)201.25º37.8%49.8%-
XYZ12.6314.3522.18-
YUV102.67141.73111.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 127 (50% from 255) = 40.19%
R=25%
G=34.81%
B=40.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal791101270.380.1300.50201.2523.340.39
Hex4F6E7F26D032c91728
Octal11715617746150623112750
Binary100111111011101111111100110110101100101100100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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