#4F697B

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

Shades of Bismark #4F697B

Tints of Bismark #4F697B

Color information

#4F697B (or 0x4F697B) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 7B. RGB value is (79,105,123). Sum of RGB (Red+Green+Blue) = 79+105+123=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F697B is #B09684. Grayscale: #636363. Windows color (decimal): -11572869 or 8087887. OLE color: 8087887.

HSL color Cylindrical-coordinate representation of color #4F697B: hue angle of 204.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 #4F697B is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB79105123-
CMYK0.360.1500.52
HSL204.55º21.78%39.61%-
HSV(B)204.55º35.77%48.24%-
XYZ11.8513.220.66-
YUV99.28141.39113.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=25.73%
G=34.20%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791051230.360.1500.52204.5521.7839.61
Hex4F697B24F034cd1628
Octal11715117344170643152650
Binary100111111010011111011100100111101101001100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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