#445B7E

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

Shades of Chambray #445B7E

Tints of Chambray #445B7E

Color information

#445B7E (or 0x445B7E) is unknown color: approx Chambray. HEX triplet: 44, 5B and 7E. RGB value is (68,91,126). Sum of RGB (Red+Green+Blue) = 68+91+126=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #445B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B7E is #BBA481. Grayscale: #575757. Windows color (decimal): -12297346 or 8280900. OLE color: 8280900.

HSL color Cylindrical-coordinate representation of color #445B7E: hue angle of 216.21º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445B7E is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6891126-
CMYK0.460.2800.51
HSL216.21º29.9%38.04%-
HSV(B)216.21º46.03%49.41%-
XYZ9.8910.2221.19-
YUV88.11149.38113.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=23.86%
G=31.93%
B=44.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68911260.460.2800.51216.2129.938.04
Hex445B7E2E1C033d81e26
Octal10413317656340633303646
Binary1000100101101111111101011101110001100111101100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,91,126); }

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

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

 a { background-color: rgb(68,91,126); }

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

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

 span { border-color: rgb(68,91,126); }

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