#4F7076

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

Shades of Bismark #4F7076

Tints of Bismark #4F7076

Color information

#4F7076 (or 0x4F7076) is unknown color: approx Bismark. HEX triplet: 4F, 70 and 76. RGB value is (79,112,118). Sum of RGB (Red+Green+Blue) = 79+112+118=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F7076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7076 is #B08F89. Grayscale: #666666. Windows color (decimal): -11571082 or 7761999. OLE color: 7761999.

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

Color convert

RGB79112118-
CMYK0.330.0500.54
HSL189.23º19.8%38.63%-
HSV(B)189.23º33.05%46.27%-
XYZ12.2914.5619.3-
YUV102.82136.57111.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.57%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=25.57%
G=36.25%
B=38.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791121180.330.0500.54189.2319.838.63
Hex4F7076215036bd1427
Octal1171601664150662752447
Binary10011111110000111011010000110101101101011110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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