#4F6873

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

Shades of Bismark #4F6873

Tints of Bismark #4F6873

Color information

#4F6873 (or 0x4F6873) is unknown color: approx Bismark. HEX triplet: 4F, 68 and 73. RGB value is (79,104,115). Sum of RGB (Red+Green+Blue) = 79+104+115=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6873 is #B0978C. Grayscale: #616161. Windows color (decimal): -11573133 or 7563343. OLE color: 7563343.

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

Color convert

RGB79104115-
CMYK0.310.1000.55
HSL198.33º18.56%38.04%-
HSV(B)198.33º31.3%45.1%-
XYZ11.2712.818.1-
YUV97.78137.72114.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=26.51%
G=34.90%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791041150.310.1000.55198.3318.5638.04
Hex4F68731FA037c61326
Octal11715016337120673062346
Binary10011111101000111001111111101001101111100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,115); }

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

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

 a { background-color: rgb(79,104,115); }

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

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

 span { border-color: rgb(79,104,115); }

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