#446D76

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

Shades of Bismark #446D76

Tints of Bismark #446D76

Color information

#446D76 (or 0x446D76) is unknown color: approx Bismark. HEX triplet: 44, 6D and 76. RGB value is (68,109,118). Sum of RGB (Red+Green+Blue) = 68+109+118=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #446D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D76 is #BB9289. Grayscale: #616161. Windows color (decimal): -12292746 or 7761220. OLE color: 7761220.

HSL color Cylindrical-coordinate representation of color #446D76: hue angle of 190.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446D76 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68109118-
CMYK0.420.0800.54
HSL190.8º26.88%36.47%-
HSV(B)190.8º42.37%46.27%-
XYZ11.1213.4719.15-
YUV97.77139.42106.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 118 (46.48% from 255) = 40%
R=23.05%
G=36.95%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681091180.420.0800.54190.826.8836.47
Hex446D762A8036bf1b24
Octal10415516652100662773344
Binary100010011011011110110101010100001101101011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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