#4F7178

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

Shades of Bismark #4F7178

Tints of Bismark #4F7178

Color information

#4F7178 (or 0x4F7178) is unknown color: approx Bismark. HEX triplet: 4F, 71 and 78. RGB value is (79,113,120). Sum of RGB (Red+Green+Blue) = 79+113+120=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7178 is #B08E87. Grayscale: #676767. Windows color (decimal): -11570824 or 7893327. OLE color: 7893327.

HSL color Cylindrical-coordinate representation of color #4F7178: hue angle of 190.24º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7178 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB79113120-
CMYK0.340.0600.53
HSL190.24º20.6%39.02%-
HSV(B)190.24º34.17%47.06%-
XYZ12.5214.8319.97-
YUV103.63137.24110.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=25.32%
G=36.22%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791131200.340.0600.53190.2420.639.02
Hex4F7178226035be1527
Octal1171611704260652762547
Binary10011111110001111100010001011001101011011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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