#44717B

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

Shades of Bismark #44717B

Tints of Bismark #44717B

Color information

#44717B (or 0x44717B) is unknown color: approx Bismark. HEX triplet: 44, 71 and 7B. RGB value is (68,113,123). Sum of RGB (Red+Green+Blue) = 68+113+123=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #44717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44717B is #BB8E84. Grayscale: #646464. Windows color (decimal): -12291717 or 8089924. OLE color: 8089924.

HSL color Cylindrical-coordinate representation of color #44717B: hue angle of 190.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44717B is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68113123-
CMYK0.450.0800.52
HSL190.91º28.8%37.45%-
HSV(B)190.91º44.72%48.24%-
XYZ11.8614.4720.91-
YUV100.69140.59104.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=22.37%
G=37.17%
B=40.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681131230.450.0800.52190.9128.837.45
Hex44717B2D8034bf1d25
Octal10416117355100642773545
Binary100010011100011111011101101100001101001011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44717B; }

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

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

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

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

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

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

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

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