#446C76

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

Shades of Bismark #446C76

Tints of Bismark #446C76

Color information

#446C76 (or 0x446C76) is unknown color: approx Bismark. HEX triplet: 44, 6C and 76. RGB value is (68,108,118). Sum of RGB (Red+Green+Blue) = 68+108+118=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #446C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C76 is #BB9389. Grayscale: #616161. Windows color (decimal): -12293002 or 7760964. OLE color: 7760964.

HSL color Cylindrical-coordinate representation of color #446C76: hue angle of 192º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446C76 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68108118-
CMYK0.420.0800.54
HSL192º26.88%36.47%-
HSV(B)192º42.37%46.27%-
XYZ11.0213.2619.12-
YUV97.18139.75107.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=23.13%
G=36.73%
B=40.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681081180.420.0800.5419226.8836.47
Hex446C762A8036c01b24
Octal10415416652100663003344
Binary100010011011001110110101010100001101101100000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C76; }

 p { color: rgb(68,108,118); }

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

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

 a { background-color: rgb(68,108,118); }

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

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

 span { border-color: rgb(68,108,118); }

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