#4F6771

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

Shades of Bismark #4F6771

Tints of Bismark #4F6771

Color information

#4F6771 (or 0x4F6771) is unknown color: approx Bismark. HEX triplet: 4F, 67 and 71. RGB value is (79,103,113). Sum of RGB (Red+Green+Blue) = 79+103+113=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6771 is #B0988E. Grayscale: #606060. Windows color (decimal): -11573391 or 7432015. OLE color: 7432015.

HSL color Cylindrical-coordinate representation of color #4F6771: hue angle of 197.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6771 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB79103113-
CMYK0.300.0900.56
HSL197.65º17.71%37.65%-
HSV(B)197.65º30.09%44.31%-
XYZ11.0612.5617.46-
YUV96.96137.05115.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=26.78%
G=34.92%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791031130.300.0900.56197.6517.7137.65
Hex4F67711E9038c61226
Octal11714716136110703062246
Binary10011111100111111000111110100101110001100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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