#446a7f

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

Shades of Bismark #446A7F

Tints of Bismark #446A7F

Color information

#446A7F (or 0x446A7F) is unknown color: approx Bismark. HEX triplet: 44, 6A and 7F. RGB value is (68,106,127). Sum of RGB (Red+Green+Blue) = 68+106+127=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #446A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A7F is #BB9580. Grayscale: #606060. Windows color (decimal): -12293505 or 8350276. OLE color: 8350276.

HSL color Cylindrical-coordinate representation of color #446A7F: hue angle of 201.36º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446A7F is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB68106127-
CMYK0.460.1700.50
HSL201.36º30.26%38.24%-
HSV(B)201.36º46.46%49.8%-
XYZ11.3713.0722-
YUV97.03144.91107.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 127 (50% from 255) = 42.19%
R=22.59%
G=35.22%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681061270.460.1700.50201.3630.2638.24
Hex446A7F2E11032c91e26
Octal10415217756210623113646
Binary1000100110101011111111011101000101100101100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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