#446373

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

Shades of Bismark #446373

Tints of Bismark #446373

Color information

#446373 (or 0x446373) is unknown color: approx Bismark. HEX triplet: 44, 63 and 73. RGB value is (68,99,115). Sum of RGB (Red+Green+Blue) = 68+99+115=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #446373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446373 is #BB9C8C. Grayscale: #5B5B5B. Windows color (decimal): -12295309 or 7562052. OLE color: 7562052.

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

Color convert

RGB6899115-
CMYK0.410.1400.55
HSL200.43º25.68%35.88%-
HSV(B)200.43º40.87%45.1%-
XYZ9.9411.3917.89-
YUV91.56141.23111.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=24.11%
G=35.11%
B=40.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68991150.410.1400.55200.4325.6835.88
Hex44637329E037c81a24
Octal10414316351160673103244
Binary100010011000111110011101001111001101111100100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446373; }

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

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

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

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

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

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

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

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