#446674

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

Shades of Bismark #446674

Tints of Bismark #446674

Color information

#446674 (or 0x446674) is unknown color: approx Bismark. HEX triplet: 44, 66 and 74. RGB value is (68,102,116). Sum of RGB (Red+Green+Blue) = 68+102+116=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #446674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446674 is #BB998B. Grayscale: #5D5D5D. Windows color (decimal): -12294540 or 7628356. OLE color: 7628356.

HSL color Cylindrical-coordinate representation of color #446674: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446674 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68102116-
CMYK0.410.1200.55
HSL197.5º26.09%36.08%-
HSV(B)197.5º41.38%45.49%-
XYZ10.2911.9918.3-
YUV93.43140.74109.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=23.78%
G=35.66%
B=40.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681021160.410.1200.55197.526.0936.08
Hex44667429C037c61a24
Octal10414616451140673063244
Binary100010011001101110100101001110001101111100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446674; }

 p { color: rgb(68,102,116); }

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

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

 a { background-color: rgb(68,102,116); }

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

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

 span { border-color: rgb(68,102,116); }

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