#445d7f

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

Shades of Chambray #445D7F

Tints of Chambray #445D7F

Color information

#445D7F (or 0x445D7F) is unknown color: approx Chambray. HEX triplet: 44, 5D and 7F. RGB value is (68,93,127). Sum of RGB (Red+Green+Blue) = 68+93+127=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #445D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D7F is #BBA280. Grayscale: #595959. Windows color (decimal): -12296833 or 8346948. OLE color: 8346948.

HSL color Cylindrical-coordinate representation of color #445D7F: hue angle of 214.58º 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 #445D7F is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6893127-
CMYK0.460.2700.50
HSL214.58º30.26%38.24%-
HSV(B)214.58º46.46%49.8%-
XYZ10.1310.5921.59-
YUV89.4149.22112.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 44.10%
R=23.61%
G=32.29%
B=44.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68931270.460.2700.50214.5830.2638.24
Hex445D7F2E1B032d71e26
Octal10413517756330623273646
Binary1000100101110111111111011101101101100101101011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445d7f; }

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

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

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

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

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

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

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

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