#4F6976

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

Shades of Bismark #4F6976

Tints of Bismark #4F6976

Color information

#4F6976 (or 0x4F6976) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 76. RGB value is (79,105,118). Sum of RGB (Red+Green+Blue) = 79+105+118=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6976 is #B09689. Grayscale: #626262. Windows color (decimal): -11572874 or 7760207. OLE color: 7760207.

HSL color Cylindrical-coordinate representation of color #4F6976: hue angle of 200º 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 #4F6976 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB79105118-
CMYK0.330.1100.54
HSL200º19.8%38.63%-
HSV(B)200º33.05%46.27%-
XYZ11.5513.0719.05-
YUV98.71138.89113.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=26.16%
G=34.77%
B=39.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791051180.330.1100.5420019.838.63
Hex4F697621B036c81427
Octal11715116641130663102447
Binary100111111010011110110100001101101101101100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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