#446171

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

Shades of Bismark #446171

Tints of Bismark #446171

Color information

#446171 (or 0x446171) is unknown color: approx Bismark. HEX triplet: 44, 61 and 71. RGB value is (68,97,113). Sum of RGB (Red+Green+Blue) = 68+97+113=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #446171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446171 is #BB9E8E. Grayscale: #5A5A5A. Windows color (decimal): -12295823 or 7430468. OLE color: 7430468.

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

Color convert

RGB6897113-
CMYK0.400.1400.56
HSL201.33º24.86%35.49%-
HSV(B)201.33º39.82%44.31%-
XYZ9.6410.9717.23-
YUV90.15140.89112.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=24.46%
G=34.89%
B=40.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68971130.400.1400.56201.3324.8635.49
Hex44617128E038c91923
Octal10414116150160703113143
Binary100010011000011110001101000111001110001100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446171; }

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

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

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

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

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

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

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

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