#446771

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

Shades of Bismark #446771

Tints of Bismark #446771

Color information

#446771 (or 0x446771) is unknown color: approx Bismark. HEX triplet: 44, 67 and 71. RGB value is (68,103,113). Sum of RGB (Red+Green+Blue) = 68+103+113=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #446771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446771 is #BB988E. Grayscale: #5D5D5D. Windows color (decimal): -12294287 or 7432004. OLE color: 7432004.

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

Color convert

RGB68103113-
CMYK0.400.0900.56
HSL193.33º24.86%35.49%-
HSV(B)193.33º39.82%44.31%-
XYZ10.2112.1217.42-
YUV93.68138.9109.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=23.94%
G=36.27%
B=39.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681031130.400.0900.56193.3324.8635.49
Hex446771289038c11923
Octal10414716150110703013143
Binary100010011001111110001101000100101110001100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446771; }

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

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

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

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

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

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

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

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