#446673

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

Shades of Bismark #446673

Tints of Bismark #446673

Color information

#446673 (or 0x446673) is unknown color: approx Bismark. HEX triplet: 44, 66 and 73. RGB value is (68,102,115). Sum of RGB (Red+Green+Blue) = 68+102+115=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #446673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446673 is #BB998C. Grayscale: #5D5D5D. Windows color (decimal): -12294541 or 7562820. OLE color: 7562820.

HSL color Cylindrical-coordinate representation of color #446673: hue angle of 196.6º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446673 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68102115-
CMYK0.410.1100.55
HSL196.6º25.68%35.88%-
HSV(B)196.6º40.87%45.1%-
XYZ10.2311.9717.99-
YUV93.32140.24109.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=23.86%
G=35.79%
B=40.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681021150.410.1100.55196.625.6835.88
Hex44667329B037c51a24
Octal10414616351130673053244
Binary100010011001101110011101001101101101111100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446673; }

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

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

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

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

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

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

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

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