#446676

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

Shades of Bismark #446676

Tints of Bismark #446676

Color information

#446676 (or 0x446676) is unknown color: approx Bismark. HEX triplet: 44, 66 and 76. RGB value is (68,102,118). Sum of RGB (Red+Green+Blue) = 68+102+118=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #446676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446676 is #BB9989. Grayscale: #5D5D5D. Windows color (decimal): -12294538 or 7759428. OLE color: 7759428.

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

Color convert

RGB68102118-
CMYK0.420.1400.54
HSL199.2º26.88%36.47%-
HSV(B)199.2º42.37%46.27%-
XYZ10.4112.0418.92-
YUV93.66141.74109.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=23.61%
G=35.42%
B=40.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681021180.420.1400.54199.226.8836.47
Hex4466762AE036c71b24
Octal10414616652160663073344
Binary100010011001101110110101010111001101101100011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446676; }

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

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

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

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

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

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

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

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