#405782

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

Shades of Chambray #405782

Tints of Chambray #405782

Color information

#405782 (or 0x405782) is unknown color: approx Chambray. HEX triplet: 40, 57 and 82. RGB value is (64,87,130). Sum of RGB (Red+Green+Blue) = 64+87+130=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #405782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405782 is #BFA87D. Grayscale: #545454. Windows color (decimal): -12560510 or 8542016. OLE color: 8542016.

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

Color convert

RGB6487130-
CMYK0.510.3300.49
HSL219.09º34.02%38.04%-
HSV(B)219.09º50.77%50.98%-
XYZ9.559.5222.45-
YUV85.02153.38113-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=22.78%
G=30.96%
B=46.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64871300.510.3300.49219.0934.0238.04
Hex4057823321031db2226
Octal10012720263410613334246
Binary1000000101011110000010110011100001011000111011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405782; }

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

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

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

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

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

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

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

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