#4F6F7B

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

Shades of Bismark #4F6F7B

Tints of Bismark #4F6F7B

Color information

#4F6F7B (or 0x4F6F7B) is unknown color: approx Bismark. HEX triplet: 4F, 6F and 7B. RGB value is (79,111,123). Sum of RGB (Red+Green+Blue) = 79+111+123=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F6F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F7B is #B09084. Grayscale: #666666. Windows color (decimal): -11571333 or 8089423. OLE color: 8089423.

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

Color convert

RGB79111123-
CMYK0.360.1000.52
HSL196.36º21.78%39.61%-
HSV(B)196.36º35.77%48.24%-
XYZ12.4814.4620.87-
YUV102.8139.4111.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=25.24%
G=35.46%
B=39.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791111230.360.1000.52196.3621.7839.61
Hex4F6F7B24A034c41628
Octal11715717344120643042650
Binary100111111011111111011100100101001101001100010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,111,123); }

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

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

 a { background-color: rgb(79,111,123); }

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

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

 span { border-color: rgb(79,111,123); }

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