#446276

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

Shades of Bismark #446276

Tints of Bismark #446276

Color information

#446276 (or 0x446276) is unknown color: approx Bismark. HEX triplet: 44, 62 and 76. RGB value is (68,98,118). Sum of RGB (Red+Green+Blue) = 68+98+118=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #446276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446276 is #BB9D89. Grayscale: #5B5B5B. Windows color (decimal): -12295562 or 7758404. OLE color: 7758404.

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

Color convert

RGB6898118-
CMYK0.420.1700.54
HSL204º26.88%36.47%-
HSV(B)204º42.37%46.27%-
XYZ10.0211.2718.79-
YUV91.31143.06111.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=23.94%
G=34.51%
B=41.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68981180.420.1700.5420426.8836.47
Hex4462762A11036cc1b24
Octal10414216652210663143344
Binary1000100110001011101101010101000101101101100110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446276; }

 p { color: rgb(68,98,118); }

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

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

 a { background-color: rgb(68,98,118); }

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

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

 span { border-color: rgb(68,98,118); }

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