#4F717A

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

Shades of Bismark #4F717A

Tints of Bismark #4F717A

Color information

#4F717A (or 0x4F717A) is unknown color: approx Bismark. HEX triplet: 4F, 71 and 7A. RGB value is (79,113,122). Sum of RGB (Red+Green+Blue) = 79+113+122=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F717A is #B08E85. Grayscale: #676767. Windows color (decimal): -11570822 or 8024399. OLE color: 8024399.

HSL color Cylindrical-coordinate representation of color #4F717A: hue angle of 192.56º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F717A is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB79113122-
CMYK0.350.0700.52
HSL192.56º21.39%39.41%-
HSV(B)192.56º35.25%47.84%-
XYZ12.6414.8820.62-
YUV103.86138.24110.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=25.16%
G=35.99%
B=38.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791131220.350.0700.52192.5621.3939.41
Hex4F717A237034c11527
Octal1171611724370643012547
Binary10011111110001111101010001111101101001100000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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