#446071

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

Shades of Bismark #446071

Tints of Bismark #446071

Color information

#446071 (or 0x446071) is unknown color: approx Bismark. HEX triplet: 44, 60 and 71. RGB value is (68,96,113). Sum of RGB (Red+Green+Blue) = 68+96+113=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #446071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446071 is #BB9F8E. Grayscale: #595959. Windows color (decimal): -12296079 or 7430212. OLE color: 7430212.

HSL color Cylindrical-coordinate representation of color #446071: hue angle of 202.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 #446071 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6896113-
CMYK0.400.1500.56
HSL202.67º24.86%35.49%-
HSV(B)202.67º39.82%44.31%-
XYZ9.5510.7917.2-
YUV89.57141.22112.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=24.55%
G=34.66%
B=40.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68961130.400.1500.56202.6724.8635.49
Hex44607128F038cb1923
Octal10414016150170703133143
Binary100010011000001110001101000111101110001100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446071; }

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

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

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

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

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

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

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

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