#4F6973

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

Shades of Bismark #4F6973

Tints of Bismark #4F6973

Color information

#4F6973 (or 0x4F6973) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 73. RGB value is (79,105,115). Sum of RGB (Red+Green+Blue) = 79+105+115=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6973 is #B0968C. Grayscale: #626262. Windows color (decimal): -11572877 or 7563599. OLE color: 7563599.

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

Color convert

RGB79105115-
CMYK0.310.0900.55
HSL196.67º18.56%38.04%-
HSV(B)196.67º31.3%45.1%-
XYZ11.371318.13-
YUV98.37137.39114.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=26.42%
G=35.12%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791051150.310.0900.55196.6718.5638.04
Hex4F69731F9037c51326
Octal11715116337110673052346
Binary10011111101001111001111111100101101111100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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