#446277

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

Shades of Bismark #446277

Tints of Bismark #446277

Color information

#446277 (or 0x446277) is unknown color: approx Bismark. HEX triplet: 44, 62 and 77. RGB value is (68,98,119). Sum of RGB (Red+Green+Blue) = 68+98+119=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #446277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446277 is #BB9D88. Grayscale: #5B5B5B. Windows color (decimal): -12295561 or 7823940. OLE color: 7823940.

HSL color Cylindrical-coordinate representation of color #446277: hue angle of 204.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #446277 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6898119-
CMYK0.430.1800.53
HSL204.71º27.27%36.67%-
HSV(B)204.71º42.86%46.67%-
XYZ10.0811.319.1-
YUV91.42143.56111.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=23.86%
G=34.39%
B=41.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68981190.430.1800.53204.7127.2736.67
Hex4462772B12035cd1b25
Octal10414216753220653153345
Binary1000100110001011101111010111001001101011100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446277; }

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

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

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

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

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

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

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

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