#445E7F

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

Shades of Chambray #445E7F

Tints of Chambray #445E7F

Color information

#445E7F (or 0x445E7F) is unknown color: approx Chambray. HEX triplet: 44, 5E and 7F. RGB value is (68,94,127). Sum of RGB (Red+Green+Blue) = 68+94+127=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #445E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E7F is #BBA180. Grayscale: #595959. Windows color (decimal): -12296577 or 8347204. OLE color: 8347204.

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

Color convert

RGB6894127-
CMYK0.460.2600.50
HSL213.56º30.26%38.24%-
HSV(B)213.56º46.46%49.8%-
XYZ10.2210.7721.62-
YUV89.99148.89112.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 127 (50% from 255) = 43.94%
R=23.53%
G=32.53%
B=43.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68941270.460.2600.50213.5630.2638.24
Hex445E7F2E1A032d61e26
Octal10413617756320623263646
Binary1000100101111011111111011101101001100101101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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