#446A79

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

Shades of Bismark #446A79

Tints of Bismark #446A79

Color information

#446A79 (or 0x446A79) is unknown color: approx Bismark. HEX triplet: 44, 6A and 79. RGB value is (68,106,121). Sum of RGB (Red+Green+Blue) = 68+106+121=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #446A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A79 is #BB9586. Grayscale: #606060. Windows color (decimal): -12293511 or 7957060. OLE color: 7957060.

HSL color Cylindrical-coordinate representation of color #446A79: hue angle of 196.98º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446A79 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68106121-
CMYK0.440.1200.53
HSL196.98º28.04%37.06%-
HSV(B)196.98º43.8%47.45%-
XYZ10.9912.9220-
YUV96.35141.91107.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=23.05%
G=35.93%
B=41.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681061210.440.1200.53196.9828.0437.06
Hex446A792CC035c51c25
Octal10415217154140653053445
Binary100010011010101111001101100110001101011100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446A79; }

 p { color: rgb(68,106,121); }

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

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

 a { background-color: rgb(68,106,121); }

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

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

 span { border-color: rgb(68,106,121); }

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