#44667D

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

Shades of Bismark #44667D

Tints of Bismark #44667D

Color information

#44667D (or 0x44667D) is unknown color: approx Bismark. HEX triplet: 44, 66 and 7D. RGB value is (68,102,125). Sum of RGB (Red+Green+Blue) = 68+102+125=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #44667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44667D is #BB9982. Grayscale: #5E5E5E. Windows color (decimal): -12294531 or 8218180. OLE color: 8218180.

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

Color convert

RGB68102125-
CMYK0.460.1800.51
HSL204.21º29.53%37.84%-
HSV(B)204.21º45.6%49.02%-
XYZ10.8412.2121.19-
YUV94.46145.24109.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=23.05%
G=34.58%
B=42.37%

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
Decimal681021250.460.1800.51204.2129.5337.84
Hex44667D2E12033cc1e26
Octal10414617556220633143646
Binary1000100110011011111011011101001001100111100110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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