#446D7F

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

Shades of Bismark #446D7F

Tints of Bismark #446D7F

Color information

#446D7F (or 0x446D7F) is unknown color: approx Bismark. HEX triplet: 44, 6D and 7F. RGB value is (68,109,127). Sum of RGB (Red+Green+Blue) = 68+109+127=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #446D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D7F is #BB9280. Grayscale: #626262. Windows color (decimal): -12292737 or 8351044. OLE color: 8351044.

HSL color Cylindrical-coordinate representation of color #446D7F: hue angle of 198.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446D7F is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB68109127-
CMYK0.460.1400.50
HSL198.31º30.26%38.24%-
HSV(B)198.31º46.46%49.8%-
XYZ11.6813.722.11-
YUV98.79143.92106.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 127 (50% from 255) = 41.78%
R=22.37%
G=35.86%
B=41.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681091270.460.1400.50198.3130.2638.24
Hex446D7F2EE032c61e26
Octal10415517756160623063646
Binary100010011011011111111101110111001100101100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446D7F; }

 p { color: rgb(68,109,127); }

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

<style>
 a { background-color: #446D7F; }

 a { background-color: rgb(68,109,127); }

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

<style>
 span { border-color: #446D7F; }

 span { border-color: rgb(68,109,127); }

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