#445773

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

Shades of Chambray #445773

Tints of Chambray #445773

Color information

#445773 (or 0x445773) is unknown color: approx Chambray. HEX triplet: 44, 57 and 73. RGB value is (68,87,115). Sum of RGB (Red+Green+Blue) = 68+87+115=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #445773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445773 is #BBA88C. Grayscale: #545454. Windows color (decimal): -12298381 or 7558980. OLE color: 7558980.

HSL color Cylindrical-coordinate representation of color #445773: hue angle of 215.74º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445773 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6887115-
CMYK0.410.2400.55
HSL215.74º25.68%35.88%-
HSV(B)215.74º40.87%45.1%-
XYZ8.899.2817.54-
YUV84.51145.21116.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=25.19%
G=32.22%
B=42.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68871150.410.2400.55215.7425.6835.88
Hex4457732918037d81a24
Octal10412716351300673303244
Binary1000100101011111100111010011100001101111101100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445773; }

 p { color: rgb(68,87,115); }

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

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

 a { background-color: rgb(68,87,115); }

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

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

 span { border-color: rgb(68,87,115); }

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