#446576

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

Shades of Bismark #446576

Tints of Bismark #446576

Color information

#446576 (or 0x446576) is unknown color: approx Bismark. HEX triplet: 44, 65 and 76. RGB value is (68,101,118). Sum of RGB (Red+Green+Blue) = 68+101+118=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #446576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446576 is #BB9A89. Grayscale: #5C5C5C. Windows color (decimal): -12294794 or 7759172. OLE color: 7759172.

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

Color convert

RGB68101118-
CMYK0.420.1400.54
HSL200.4º26.88%36.47%-
HSV(B)200.4º42.37%46.27%-
XYZ10.3111.8418.88-
YUV93.07142.07110.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=23.69%
G=35.19%
B=41.11%

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
Decimal681011180.420.1400.54200.426.8836.47
Hex4465762AE036c81b24
Octal10414516652160663103344
Binary100010011001011110110101010111001101101100100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446576; }

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

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

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

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

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

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

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

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