#445775

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

Shades of Chambray #445775

Tints of Chambray #445775

Color information

#445775 (or 0x445775) is unknown color: approx Chambray. HEX triplet: 44, 57 and 75. RGB value is (68,87,117). Sum of RGB (Red+Green+Blue) = 68+87+117=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #445775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445775 is #BBA88A. Grayscale: #545454. Windows color (decimal): -12298379 or 7690052. OLE color: 7690052.

HSL color Cylindrical-coordinate representation of color #445775: hue angle of 216.73º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445775 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6887117-
CMYK0.420.2600.54
HSL216.73º26.49%36.27%-
HSV(B)216.73º41.88%45.88%-
XYZ99.3318.16-
YUV84.74146.21116.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=25%
G=31.99%
B=43.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68871170.420.2600.54216.7326.4936.27
Hex4457752A1A036d91a24
Octal10412716552320663313244
Binary1000100101011111101011010101101001101101101100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445775; }

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

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

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

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

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

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

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

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