#4F6A73

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

Shades of Bismark #4F6A73

Tints of Bismark #4F6A73

Color information

#4F6A73 (or 0x4F6A73) is unknown color: approx Bismark. HEX triplet: 4F, 6A and 73. RGB value is (79,106,115). Sum of RGB (Red+Green+Blue) = 79+106+115=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A73 is #B0958C. Grayscale: #626262. Windows color (decimal): -11572621 or 7563855. OLE color: 7563855.

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

Color convert

RGB79106115-
CMYK0.310.0800.55
HSL195º18.56%38.04%-
HSV(B)195º31.3%45.1%-
XYZ11.4713.2118.16-
YUV98.95137.05113.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=26.33%
G=35.33%
B=38.33%

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
Decimal791061150.310.0800.5519518.5638.04
Hex4F6A731F8037c31326
Octal11715216337100673032346
Binary10011111101010111001111111100001101111100001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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