#445D7A

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

Shades of Chambray #445D7A

Tints of Chambray #445D7A

Color information

#445D7A (or 0x445D7A) is unknown color: approx Chambray. HEX triplet: 44, 5D and 7A. RGB value is (68,93,122). Sum of RGB (Red+Green+Blue) = 68+93+122=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #445D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D7A is #BBA285. Grayscale: #585858. Windows color (decimal): -12296838 or 8019268. OLE color: 8019268.

HSL color Cylindrical-coordinate representation of color #445D7A: hue angle of 212.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445D7A is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6893122-
CMYK0.440.2400.52
HSL212.22º28.42%37.25%-
HSV(B)212.22º44.26%47.84%-
XYZ9.8110.4619.91-
YUV88.83146.72113.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=24.03%
G=32.86%
B=43.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68931220.440.2400.52212.2228.4237.25
Hex445D7A2C18034d41c25
Octal10413517254300643243445
Binary1000100101110111110101011001100001101001101010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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