#44747E

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

Shades of Bismark #44747E

Tints of Bismark #44747E

Color information

#44747E (or 0x44747E) is unknown color: approx Bismark. HEX triplet: 44, 74 and 7E. RGB value is (68,116,126). Sum of RGB (Red+Green+Blue) = 68+116+126=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #44747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44747E is #BB8B81. Grayscale: #666666. Windows color (decimal): -12290946 or 8287300. OLE color: 8287300.

HSL color Cylindrical-coordinate representation of color #44747E: hue angle of 190.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44747E is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68116126-
CMYK0.460.0800.51
HSL190.34º29.9%38.04%-
HSV(B)190.34º46.03%49.41%-
XYZ12.415.2322.02-
YUV102.79141.1103.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=21.94%
G=37.42%
B=40.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681161260.460.0800.51190.3429.938.04
Hex44747E2E8033be1e26
Octal10416417656100632763646
Binary100010011101001111110101110100001100111011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44747E; }

 p { color: rgb(68,116,126); }

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

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

 a { background-color: rgb(68,116,126); }

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

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

 span { border-color: rgb(68,116,126); }

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