#4F6971

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

Shades of Bismark #4F6971

Tints of Bismark #4F6971

Color information

#4F6971 (or 0x4F6971) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 71. RGB value is (79,105,113). Sum of RGB (Red+Green+Blue) = 79+105+113=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6971 is #B0968E. Grayscale: #626262. Windows color (decimal): -11572879 or 7432527. OLE color: 7432527.

HSL color Cylindrical-coordinate representation of color #4F6971: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6971 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB79105113-
CMYK0.300.0700.56
HSL194.12º17.71%37.65%-
HSV(B)194.12º30.09%44.31%-
XYZ11.2612.9617.53-
YUV98.14136.39114.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=26.60%
G=35.35%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791051130.300.0700.56194.1217.7137.65
Hex4F69711E7038c21226
Octal1171511613670703022246
Binary1001111110100111100011111011101110001100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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