#446371

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

Shades of Bismark #446371

Tints of Bismark #446371

Color information

#446371 (or 0x446371) is unknown color: approx Bismark. HEX triplet: 44, 63 and 71. RGB value is (68,99,113). Sum of RGB (Red+Green+Blue) = 68+99+113=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #446371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446371 is #BB9C8E. Grayscale: #5B5B5B. Windows color (decimal): -12295311 or 7430980. OLE color: 7430980.

HSL color Cylindrical-coordinate representation of color #446371: hue angle of 198.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446371 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6899113-
CMYK0.400.1200.56
HSL198.67º24.86%35.49%-
HSV(B)198.67º39.82%44.31%-
XYZ9.8311.3417.29-
YUV91.33140.23111.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=24.29%
G=35.36%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68991130.400.1200.56198.6724.8635.49
Hex44637128C038c71923
Octal10414316150140703073143
Binary100010011000111110001101000110001110001100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446371; }

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

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

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

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

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

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

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

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