#446C75

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

Shades of Bismark #446C75

Tints of Bismark #446C75

Color information

#446C75 (or 0x446C75) is unknown color: approx Bismark. HEX triplet: 44, 6C and 75. RGB value is (68,108,117). Sum of RGB (Red+Green+Blue) = 68+108+117=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #446C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C75 is #BB938A. Grayscale: #606060. Windows color (decimal): -12293003 or 7695428. OLE color: 7695428.

HSL color Cylindrical-coordinate representation of color #446C75: hue angle of 191.02º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446C75 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68108117-
CMYK0.420.0800.54
HSL191.02º26.49%36.27%-
HSV(B)191.02º41.88%45.88%-
XYZ10.9613.2418.81-
YUV97.07139.25107.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=23.21%
G=36.86%
B=39.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681081170.420.0800.54191.0226.4936.27
Hex446C752A8036bf1a24
Octal10415416552100662773244
Binary100010011011001110101101010100001101101011111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,108,117); }

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

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

 a { background-color: rgb(68,108,117); }

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

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

 span { border-color: rgb(68,108,117); }

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