#446575

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

Shades of Bismark #446575

Tints of Bismark #446575

Color information

#446575 (or 0x446575) is unknown color: approx Bismark. HEX triplet: 44, 65 and 75. RGB value is (68,101,117). Sum of RGB (Red+Green+Blue) = 68+101+117=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #446575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446575 is #BB9A8A. Grayscale: #5C5C5C. Windows color (decimal): -12294795 or 7693636. OLE color: 7693636.

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

Color convert

RGB68101117-
CMYK0.420.1400.54
HSL199.59º26.49%36.27%-
HSV(B)199.59º41.88%45.88%-
XYZ10.2511.8218.57-
YUV92.96141.57110.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=23.78%
G=35.31%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681011170.420.1400.54199.5926.4936.27
Hex4465752AE036c81a24
Octal10414516552160663103244
Binary100010011001011110101101010111001101101100100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446575; }

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

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

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

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

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

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

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

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