#4F6876

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

Shades of Bismark #4F6876

Tints of Bismark #4F6876

Color information

#4F6876 (or 0x4F6876) is unknown color: approx Bismark. HEX triplet: 4F, 68 and 76. RGB value is (79,104,118). Sum of RGB (Red+Green+Blue) = 79+104+118=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6876 is #B09789. Grayscale: #626262. Windows color (decimal): -11573130 or 7759951. OLE color: 7759951.

HSL color Cylindrical-coordinate representation of color #4F6876: hue angle of 201.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F6876 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB79104118-
CMYK0.330.1200.54
HSL201.54º19.8%38.63%-
HSV(B)201.54º33.05%46.27%-
XYZ11.4412.8719.02-
YUV98.12139.22114.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=26.25%
G=34.55%
B=39.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791041180.330.1200.54201.5419.838.63
Hex4F687621C036ca1427
Octal11715016641140663122447
Binary100111111010001110110100001110001101101100101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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