#4F6372

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

Shades of Bismark #4F6372

Tints of Bismark #4F6372

Color information

#4F6372 (or 0x4F6372) is unknown color: approx Bismark. HEX triplet: 4F, 63 and 72. RGB value is (79,99,114). Sum of RGB (Red+Green+Blue) = 79+99+114=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6372 is #B09C8D. Grayscale: #5E5E5E. Windows color (decimal): -11574414 or 7496527. OLE color: 7496527.

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

Color convert

RGB7999114-
CMYK0.310.1300.55
HSL205.71º18.13%37.84%-
HSV(B)205.71º30.7%44.71%-
XYZ10.7211.817.63-
YUV94.73138.87116.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=27.05%
G=33.90%
B=39.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79991140.310.1300.55205.7118.1337.84
Hex4F63721FD037ce1226
Octal11714316237150673162246
Binary10011111100011111001011111110101101111100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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