#446579

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

Shades of Bismark #446579

Tints of Bismark #446579

Color information

#446579 (or 0x446579) is unknown color: approx Bismark. HEX triplet: 44, 65 and 79. RGB value is (68,101,121). Sum of RGB (Red+Green+Blue) = 68+101+121=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #446579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446579 is #BB9A86. Grayscale: #5D5D5D. Windows color (decimal): -12294791 or 7955780. OLE color: 7955780.

HSL color Cylindrical-coordinate representation of color #446579: hue angle of 202.64º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446579 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68101121-
CMYK0.440.1700.53
HSL202.64º28.04%37.06%-
HSV(B)202.64º43.8%47.45%-
XYZ10.4911.9219.84-
YUV93.41143.57109.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=23.45%
G=34.83%
B=41.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681011210.440.1700.53202.6428.0437.06
Hex4465792C11035cb1c25
Octal10414517154210653133445
Binary1000100110010111110011011001000101101011100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446579; }

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

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

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

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

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

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

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

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