#446C7D

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

Shades of Bismark #446C7D

Tints of Bismark #446C7D

Color information

#446C7D (or 0x446C7D) is unknown color: approx Bismark. HEX triplet: 44, 6C and 7D. RGB value is (68,108,125). Sum of RGB (Red+Green+Blue) = 68+108+125=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #446C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C7D is #BB9382. Grayscale: #616161. Windows color (decimal): -12292995 or 8219716. OLE color: 8219716.

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

Color convert

RGB68108125-
CMYK0.460.1400.51
HSL197.89º29.53%37.84%-
HSV(B)197.89º45.6%49.02%-
XYZ11.4513.4321.39-
YUV97.98143.25106.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=22.59%
G=35.88%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681081250.460.1400.51197.8929.5337.84
Hex446C7D2EE033c61e26
Octal10415417556160633063646
Binary100010011011001111101101110111001100111100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,108,125); }

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

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

 a { background-color: rgb(68,108,125); }

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

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

 span { border-color: rgb(68,108,125); }

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