#44697C

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

Shades of Bismark #44697C

Tints of Bismark #44697C

Color information

#44697C (or 0x44697C) is unknown color: approx Bismark. HEX triplet: 44, 69 and 7C. RGB value is (68,105,124). Sum of RGB (Red+Green+Blue) = 68+105+124=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #44697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44697C is #BB9683. Grayscale: #5F5F5F. Windows color (decimal): -12293764 or 8153412. OLE color: 8153412.

HSL color Cylindrical-coordinate representation of color #44697C: hue angle of 200.36º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44697C is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68105124-
CMYK0.450.1500.51
HSL200.36º29.17%37.65%-
HSV(B)200.36º45.16%48.63%-
XYZ11.0712.7920.95-
YUV96.1143.74107.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=22.90%
G=35.35%
B=41.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681051240.450.1500.51200.3629.1737.65
Hex44697C2DF033c81d26
Octal10415117455170633103546
Binary100010011010011111100101101111101100111100100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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