#446875

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

Shades of Bismark #446875

Tints of Bismark #446875

Color information

#446875 (or 0x446875) is unknown color: approx Bismark. HEX triplet: 44, 68 and 75. RGB value is (68,104,117). Sum of RGB (Red+Green+Blue) = 68+104+117=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #446875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446875 is #BB978A. Grayscale: #5E5E5E. Windows color (decimal): -12294027 or 7694404. OLE color: 7694404.

HSL color Cylindrical-coordinate representation of color #446875: hue angle of 195.92º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446875 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68104117-
CMYK0.420.1100.54
HSL195.92º26.49%36.27%-
HSV(B)195.92º41.88%45.88%-
XYZ10.5512.4118.67-
YUV94.72140.57108.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=23.53%
G=35.99%
B=40.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681041170.420.1100.54195.9226.4936.27
Hex4468752AB036c41a24
Octal10415016552130663043244
Binary100010011010001110101101010101101101101100010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446875; }

 p { color: rgb(68,104,117); }

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

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

 a { background-color: rgb(68,104,117); }

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

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

 span { border-color: rgb(68,104,117); }

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