#40546D

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

Shades of Chambray #40546D

Tints of Chambray #40546D

Color information

#40546D (or 0x40546D) is unknown color: approx Chambray. HEX triplet: 40, 54 and 6D. RGB value is (64,84,109). Sum of RGB (Red+Green+Blue) = 64+84+109=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #40546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40546D is #BFAB92. Grayscale: #505050. Windows color (decimal): -12561299 or 7164992. OLE color: 7164992.

HSL color Cylindrical-coordinate representation of color #40546D: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40546D is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6484109-
CMYK0.410.2300.57
HSL213.33º26.01%33.92%-
HSV(B)213.33º41.28%42.75%-
XYZ8.048.5315.69-
YUV80.87143.87115.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=24.90%
G=32.68%
B=42.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64841090.410.2300.57213.3326.0133.92
Hex40546D2917039d51a22
Octal10012415551270713253242
Binary1000000101010011011011010011011101110011101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40546D; }

 p { color: rgb(64,84,109); }

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

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

 a { background-color: rgb(64,84,109); }

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

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

 span { border-color: rgb(64,84,109); }

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