#4F757F

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

Shades of Bismark #4F757F

Tints of Bismark #4F757F

Color information

#4F757F (or 0x4F757F) is unknown color: approx Bismark. HEX triplet: 4F, 75 and 7F. RGB value is (79,117,127). Sum of RGB (Red+Green+Blue) = 79+117+127=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F757F is #B08A80. Grayscale: #6A6A6A. Windows color (decimal): -11569793 or 8353103. OLE color: 8353103.

HSL color Cylindrical-coordinate representation of color #4F757F: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F757F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB79117127-
CMYK0.380.0800.50
HSL192.5º23.3%40.39%-
HSV(B)192.5º37.8%49.8%-
XYZ13.4215.9222.44-
YUV106.78139.41108.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 127 (50% from 255) = 39.32%
R=24.46%
G=36.22%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal791171270.380.0800.50192.523.340.39
Hex4F757F268032c01728
Octal11716517746100623002750
Binary100111111101011111111100110100001100101100000010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,127); }

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

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

 a { background-color: rgb(79,117,127); }

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

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

 span { border-color: rgb(79,117,127); }

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