#44697E

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

Shades of Bismark #44697E

Tints of Bismark #44697E

Color information

#44697E (or 0x44697E) is unknown color: approx Bismark. HEX triplet: 44, 69 and 7E. RGB value is (68,105,126). Sum of RGB (Red+Green+Blue) = 68+105+126=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #44697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44697E is #BB9681. Grayscale: #606060. Windows color (decimal): -12293762 or 8284484. OLE color: 8284484.

HSL color Cylindrical-coordinate representation of color #44697E: hue angle of 201.72º 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 #44697E is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68105126-
CMYK0.460.1700.51
HSL201.72º29.9%38.04%-
HSV(B)201.72º46.03%49.41%-
XYZ11.212.8421.63-
YUV96.33144.74107.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=22.74%
G=35.12%
B=42.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681051260.460.1700.51201.7229.938.04
Hex44697E2E11033ca1e26
Octal10415117656210633123646
Binary1000100110100111111101011101000101100111100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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