#4F6671

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

Shades of Bismark #4F6671

Tints of Bismark #4F6671

Color information

#4F6671 (or 0x4F6671) is unknown color: approx Bismark. HEX triplet: 4F, 66 and 71. RGB value is (79,102,113). Sum of RGB (Red+Green+Blue) = 79+102+113=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6671 is #B0998E. Grayscale: #606060. Windows color (decimal): -11573647 or 7431759. OLE color: 7431759.

HSL color Cylindrical-coordinate representation of color #4F6671: hue angle of 199.41º 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 #4F6671 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB79102113-
CMYK0.300.1000.56
HSL199.41º17.71%37.65%-
HSV(B)199.41º30.09%44.31%-
XYZ10.9612.3617.43-
YUV96.38137.38115.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=26.87%
G=34.69%
B=38.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791021130.300.1000.56199.4117.7137.65
Hex4F66711EA038c71226
Octal11714616136120703072246
Binary10011111100110111000111110101001110001100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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