#445782

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

Shades of Chambray #445782

Tints of Chambray #445782

Color information

#445782 (or 0x445782) is unknown color: approx Chambray. HEX triplet: 44, 57 and 82. RGB value is (68,87,130). Sum of RGB (Red+Green+Blue) = 68+87+130=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #445782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445782 is #BBA87D. Grayscale: #565656. Windows color (decimal): -12298366 or 8542020. OLE color: 8542020.

HSL color Cylindrical-coordinate representation of color #445782: hue angle of 221.61º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445782 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6887130-
CMYK0.480.3300.49
HSL221.61º31.31%38.82%-
HSV(B)221.61º47.69%50.98%-
XYZ9.829.6622.47-
YUV86.22152.71115-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=23.86%
G=30.53%
B=45.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68871300.480.3300.49221.6131.3138.82
Hex4457823021031de1f27
Octal10412720260410613363747
Binary100010010101111000001011000010000101100011101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445782; }

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

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

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

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

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

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

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

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