#4F6972

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

Shades of Bismark #4F6972

Tints of Bismark #4F6972

Color information

#4F6972 (or 0x4F6972) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 72. RGB value is (79,105,114). Sum of RGB (Red+Green+Blue) = 79+105+114=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6972 is #B0968D. Grayscale: #626262. Windows color (decimal): -11572878 or 7498063. OLE color: 7498063.

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

Color convert

RGB79105114-
CMYK0.310.0800.55
HSL195.43º18.13%37.84%-
HSV(B)195.43º30.7%44.71%-
XYZ11.3112.9817.83-
YUV98.25136.89114.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=26.51%
G=35.23%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791051140.310.0800.55195.4318.1337.84
Hex4F69721F8037c31226
Octal11715116237100673032246
Binary10011111101001111001011111100001101111100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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