#446477

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

Shades of Bismark #446477

Tints of Bismark #446477

Color information

#446477 (or 0x446477) is unknown color: approx Bismark. HEX triplet: 44, 64 and 77. RGB value is (68,100,119). Sum of RGB (Red+Green+Blue) = 68+100+119=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #446477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446477 is #BB9B88. Grayscale: #5C5C5C. Windows color (decimal): -12295049 or 7824452. OLE color: 7824452.

HSL color Cylindrical-coordinate representation of color #446477: hue angle of 202.35º 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 #446477 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68100119-
CMYK0.430.1600.53
HSL202.35º27.27%36.67%-
HSV(B)202.35º42.86%46.67%-
XYZ10.2711.6819.16-
YUV92.6142.9110.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=23.69%
G=34.84%
B=41.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681001190.430.1600.53202.3527.2736.67
Hex4464772B10035ca1b25
Octal10414416753200653123345
Binary1000100110010011101111010111000001101011100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446477; }

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

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

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

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

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

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

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

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