#44677D

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

Shades of Bismark #44677D

Tints of Bismark #44677D

Color information

#44677D (or 0x44677D) is unknown color: approx Bismark. HEX triplet: 44, 67 and 7D. RGB value is (68,103,125). Sum of RGB (Red+Green+Blue) = 68+103+125=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #44677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44677D is #BB9882. Grayscale: #5E5E5E. Windows color (decimal): -12294275 or 8218436. OLE color: 8218436.

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

Color convert

RGB68103125-
CMYK0.460.1800.51
HSL203.16º29.53%37.84%-
HSV(B)203.16º45.6%49.02%-
XYZ10.9412.4121.22-
YUV95.04144.9108.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=22.97%
G=34.80%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681031250.460.1800.51203.1629.5337.84
Hex44677D2E12033cb1e26
Octal10414717556220633133646
Binary1000100110011111111011011101001001100111100101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44677D; }

 p { color: rgb(68,103,125); }

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

<style>
 a { background-color: #44677D; }

 a { background-color: rgb(68,103,125); }

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

<style>
 span { border-color: #44677D; }

 span { border-color: rgb(68,103,125); }

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