#446972

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

Shades of Bismark #446972

Tints of Bismark #446972

Color information

#446972 (or 0x446972) is unknown color: approx Bismark. HEX triplet: 44, 69 and 72. RGB value is (68,105,114). Sum of RGB (Red+Green+Blue) = 68+105+114=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #446972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446972 is #BB968D. Grayscale: #5E5E5E. Windows color (decimal): -12293774 or 7498052. OLE color: 7498052.

HSL color Cylindrical-coordinate representation of color #446972: hue angle of 191.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446972 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68105114-
CMYK0.400.0800.55
HSL191.74º25.27%35.69%-
HSV(B)191.74º40.35%44.71%-
XYZ10.4712.5517.79-
YUV94.96138.74108.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=23.69%
G=36.59%
B=39.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681051140.400.0800.55191.7425.2735.69
Hex446972288037c01924
Octal10415116250100673003144
Binary100010011010011110010101000100001101111100000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446972; }

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

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

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

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

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

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

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

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