#40546C

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

Shades of Chambray #40546C

Tints of Chambray #40546C

Color information

#40546C (or 0x40546C) is unknown color: approx Chambray. HEX triplet: 40, 54 and 6C. RGB value is (64,84,108). Sum of RGB (Red+Green+Blue) = 64+84+108=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #40546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40546C is #BFAB93. Grayscale: #505050. Windows color (decimal): -12561300 or 7099456. OLE color: 7099456.

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

Color convert

RGB6484108-
CMYK0.410.2200.58
HSL212.73º25.58%33.73%-
HSV(B)212.73º40.74%42.35%-
XYZ7.998.5115.41-
YUV80.76143.37116.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=25%
G=32.81%
B=42.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64841080.410.2200.58212.7325.5833.73
Hex40546C291603Ad51a22
Octal10012415451260723253242
Binary1000000101010011011001010011011001110101101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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