#446E7F

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

Shades of Bismark #446E7F

Tints of Bismark #446E7F

Color information

#446E7F (or 0x446E7F) is unknown color: approx Bismark. HEX triplet: 44, 6E and 7F. RGB value is (68,110,127). Sum of RGB (Red+Green+Blue) = 68+110+127=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #446E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E7F is #BB9180. Grayscale: #636363. Windows color (decimal): -12292481 or 8351300. OLE color: 8351300.

HSL color Cylindrical-coordinate representation of color #446E7F: hue angle of 197.29º 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 #446E7F is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB68110127-
CMYK0.460.1300.50
HSL197.29º30.26%38.24%-
HSV(B)197.29º46.46%49.8%-
XYZ11.7913.9122.14-
YUV99.38143.59105.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 127 (50% from 255) = 41.64%
R=22.30%
G=36.07%
B=41.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681101270.460.1300.50197.2930.2638.24
Hex446E7F2ED032c51e26
Octal10415617756150623053646
Binary100010011011101111111101110110101100101100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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