#4F6872

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

Shades of Bismark #4F6872

Tints of Bismark #4F6872

Color information

#4F6872 (or 0x4F6872) is unknown color: approx Bismark. HEX triplet: 4F, 68 and 72. RGB value is (79,104,114). Sum of RGB (Red+Green+Blue) = 79+104+114=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6872 is #B0978D. Grayscale: #616161. Windows color (decimal): -11573134 or 7497807. OLE color: 7497807.

HSL color Cylindrical-coordinate representation of color #4F6872: hue angle of 197.14º degrees, saturation: 0.18, 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 #4F6872 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB79104114-
CMYK0.310.0900.55
HSL197.14º18.13%37.84%-
HSV(B)197.14º30.7%44.71%-
XYZ11.2112.7817.8-
YUV97.66137.22114.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=26.60%
G=35.02%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791041140.310.0900.55197.1418.1337.84
Hex4F68721F9037c51226
Octal11715016237110673052246
Binary10011111101000111001011111100101101111100010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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