#4F767F

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

Shades of Bismark #4F767F

Tints of Bismark #4F767F

Color information

#4F767F (or 0x4F767F) is unknown color: approx Bismark. HEX triplet: 4F, 76 and 7F. RGB value is (79,118,127). Sum of RGB (Red+Green+Blue) = 79+118+127=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F767F is #B08980. Grayscale: #6B6B6B. Windows color (decimal): -11569537 or 8353359. OLE color: 8353359.

HSL color Cylindrical-coordinate representation of color #4F767F: hue angle of 191.25º 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 #4F767F is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB79118127-
CMYK0.380.0700.50
HSL191.25º23.3%40.39%-
HSV(B)191.25º37.8%49.8%-
XYZ13.5316.1522.48-
YUV107.36139.08107.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.38%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 39.20%
R=24.38%
G=36.42%
B=39.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal791181270.380.0700.50191.2523.340.39
Hex4F767F267032bf1728
Octal1171661774670622772750
Binary10011111110110111111110011011101100101011111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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