#446571

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

Shades of Bismark #446571

Tints of Bismark #446571

Color information

#446571 (or 0x446571) is unknown color: approx Bismark. HEX triplet: 44, 65 and 71. RGB value is (68,101,113). Sum of RGB (Red+Green+Blue) = 68+101+113=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #446571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446571 is #BB9A8E. Grayscale: #5C5C5C. Windows color (decimal): -12294799 or 7431492. OLE color: 7431492.

HSL color Cylindrical-coordinate representation of color #446571: hue angle of 196º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446571 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68101113-
CMYK0.400.1100.56
HSL196º24.86%35.49%-
HSV(B)196º39.82%44.31%-
XYZ10.0211.7317.36-
YUV92.5139.57110.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=24.11%
G=35.82%
B=40.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681011130.400.1100.5619624.8635.49
Hex44657128B038c41923
Octal10414516150130703043143
Binary100010011001011110001101000101101110001100010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446571; }

 p { color: rgb(68,101,113); }

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

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

 a { background-color: rgb(68,101,113); }

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

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

 span { border-color: rgb(68,101,113); }

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