#4F747B

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

Shades of Bismark #4F747B

Tints of Bismark #4F747B

Color information

#4F747B (or 0x4F747B) is unknown color: approx Bismark. HEX triplet: 4F, 74 and 7B. RGB value is (79,116,123). Sum of RGB (Red+Green+Blue) = 79+116+123=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F747B is #B08B84. Grayscale: #696969. Windows color (decimal): -11570053 or 8090703. OLE color: 8090703.

HSL color Cylindrical-coordinate representation of color #4F747B: hue angle of 189.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F747B is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB79116123-
CMYK0.360.0600.52
HSL189.55º21.78%39.61%-
HSV(B)189.55º35.77%48.24%-
XYZ13.0415.5821.06-
YUV105.74137.74108.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=24.84%
G=36.48%
B=38.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791161230.360.0600.52189.5521.7839.61
Hex4F747B246034be1628
Octal1171641734460642762650
Binary10011111110100111101110010011001101001011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,123); }

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

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

 a { background-color: rgb(79,116,123); }

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

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

 span { border-color: rgb(79,116,123); }

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