#4F6B72

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

Shades of Bismark #4F6B72

Tints of Bismark #4F6B72

Color information

#4F6B72 (or 0x4F6B72) is unknown color: approx Bismark. HEX triplet: 4F, 6B and 72. RGB value is (79,107,114). Sum of RGB (Red+Green+Blue) = 79+107+114=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B72 is #B0948D. Grayscale: #636363. Windows color (decimal): -11572366 or 7498575. OLE color: 7498575.

HSL color Cylindrical-coordinate representation of color #4F6B72: hue angle of 192º degrees, saturation: 0.18, 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 #4F6B72 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB79107114-
CMYK0.310.0600.55
HSL192º18.13%37.84%-
HSV(B)192º30.7%44.71%-
XYZ11.5213.3917.9-
YUV99.43136.22113.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=26.33%
G=35.67%
B=38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791071140.310.0600.5519218.1337.84
Hex4F6B721F6037c01226
Octal1171531623760673002246
Binary1001111110101111100101111111001101111100000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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