#4F6B73

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

Shades of Bismark #4F6B73

Tints of Bismark #4F6B73

Color information

#4F6B73 (or 0x4F6B73) is unknown color: approx Bismark. HEX triplet: 4F, 6B and 73. RGB value is (79,107,115). Sum of RGB (Red+Green+Blue) = 79+107+115=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B73 is #B0948C. Grayscale: #636363. Windows color (decimal): -11572365 or 7564111. OLE color: 7564111.

HSL color Cylindrical-coordinate representation of color #4F6B73: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6B73 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB79107115-
CMYK0.310.0700.55
HSL193.33º18.56%38.04%-
HSV(B)193.33º31.3%45.1%-
XYZ11.5813.4218.2-
YUV99.54136.72113.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=26.25%
G=35.55%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791071150.310.0700.55193.3318.5638.04
Hex4F6B731F7037c11326
Octal1171531633770673012346
Binary1001111110101111100111111111101101111100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,115); }

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

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

 a { background-color: rgb(79,107,115); }

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

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

 span { border-color: rgb(79,107,115); }

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