#4F7182

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

Shades of Bismark #4F7182

Tints of Bismark #4F7182

Color information

#4F7182 (or 0x4F7182) is unknown color: approx Bismark. HEX triplet: 4F, 71 and 82. RGB value is (79,113,130). Sum of RGB (Red+Green+Blue) = 79+113+130=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F7182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7182 is #B08E7D. Grayscale: #686868. Windows color (decimal): -11570814 or 8548687. OLE color: 8548687.

HSL color Cylindrical-coordinate representation of color #4F7182: hue angle of 200º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F7182 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB79113130-
CMYK0.390.1300.49
HSL200º24.4%40.98%-
HSV(B)200º39.23%50.98%-
XYZ13.1615.0823.34-
YUV104.77142.24109.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=24.53%
G=35.09%
B=40.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791131300.390.1300.4920024.440.98
Hex4F718227D031c81829
Octal11716120247150613103051
Binary1001111111000110000010100111110101100011100100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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