#446975

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

Shades of Bismark #446975

Tints of Bismark #446975

Color information

#446975 (or 0x446975) is unknown color: approx Bismark. HEX triplet: 44, 69 and 75. RGB value is (68,105,117). Sum of RGB (Red+Green+Blue) = 68+105+117=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #446975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446975 is #BB968A. Grayscale: #5F5F5F. Windows color (decimal): -12293771 or 7694660. OLE color: 7694660.

HSL color Cylindrical-coordinate representation of color #446975: hue angle of 194.69º 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 #446975 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68105117-
CMYK0.420.1000.54
HSL194.69º26.49%36.27%-
HSV(B)194.69º41.88%45.88%-
XYZ10.6512.6218.7-
YUV95.3140.24108.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=23.45%
G=36.21%
B=40.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681051170.420.1000.54194.6926.4936.27
Hex4469752AA036c31a24
Octal10415116552120663033244
Binary100010011010011110101101010101001101101100001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446975; }

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

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

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

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

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

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

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

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