#445780

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

Shades of Chambray #445780

Tints of Chambray #445780

Color information

#445780 (or 0x445780) is unknown color: approx Chambray. HEX triplet: 44, 57 and 80. RGB value is (68,87,128). Sum of RGB (Red+Green+Blue) = 68+87+128=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #445780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445780 is #BBA87F. Grayscale: #555555. Windows color (decimal): -12298368 or 8410948. OLE color: 8410948.

HSL color Cylindrical-coordinate representation of color #445780: hue angle of 221º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445780 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6887128-
CMYK0.470.3200.50
HSL221º30.61%38.43%-
HSV(B)221º46.88%50.2%-
XYZ9.699.621.77-
YUV85.99151.71115.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=24.03%
G=30.74%
B=45.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68871280.470.3200.5022130.6138.43
Hex4457802F20032dd1f26
Octal10412720057400623353746
Binary100010010101111000000010111110000001100101101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445780; }

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

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

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

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

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

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

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

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