#446876

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

Shades of Bismark #446876

Tints of Bismark #446876

Color information

#446876 (or 0x446876) is unknown color: approx Bismark. HEX triplet: 44, 68 and 76. RGB value is (68,104,118). Sum of RGB (Red+Green+Blue) = 68+104+118=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #446876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446876 is #BB9789. Grayscale: #5E5E5E. Windows color (decimal): -12294026 or 7759940. OLE color: 7759940.

HSL color Cylindrical-coordinate representation of color #446876: hue angle of 196.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 #446876 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68104118-
CMYK0.420.1200.54
HSL196.8º26.88%36.47%-
HSV(B)196.8º42.37%46.27%-
XYZ10.612.4418.98-
YUV94.83141.07108.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=23.45%
G=35.86%
B=40.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681041180.420.1200.54196.826.8836.47
Hex4468762AC036c51b24
Octal10415016652140663053344
Binary100010011010001110110101010110001101101100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446876; }

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

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

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

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

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

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

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

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