#44677b

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

Shades of Bismark #44677B

Tints of Bismark #44677B

Color information

#44677B (or 0x44677B) is unknown color: approx Bismark. HEX triplet: 44, 67 and 7B. RGB value is (68,103,123). Sum of RGB (Red+Green+Blue) = 68+103+123=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #44677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44677B is #BB9884. Grayscale: #5E5E5E. Windows color (decimal): -12294277 or 8087364. OLE color: 8087364.

HSL color Cylindrical-coordinate representation of color #44677B: hue angle of 201.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44677B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68103123-
CMYK0.450.1600.52
HSL201.82º28.8%37.45%-
HSV(B)201.82º44.72%48.24%-
XYZ10.8112.3620.55-
YUV94.82143.9108.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=23.13%
G=35.03%
B=41.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681031230.450.1600.52201.8228.837.45
Hex44677B2D10034ca1d25
Octal10414717355200643123545
Binary1000100110011111110111011011000001101001100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44677b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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