#40547C

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

Shades of Chambray #40547C

Tints of Chambray #40547C

Color information

#40547C (or 0x40547C) is unknown color: approx Chambray. HEX triplet: 40, 54 and 7C. RGB value is (64,84,124). Sum of RGB (Red+Green+Blue) = 64+84+124=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #40547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40547C is #BFAB83. Grayscale: #525252. Windows color (decimal): -12561284 or 8148032. OLE color: 8148032.

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

Color convert

RGB6484124-
CMYK0.480.3200.51
HSL220º31.91%36.86%-
HSV(B)220º48.39%48.63%-
XYZ8.928.8920.31-
YUV82.58151.37114.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=23.53%
G=30.88%
B=45.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64841240.480.3200.5122031.9136.86
Hex40547C3020033dc2025
Octal10012417460400633344045
Binary100000010101001111100110000100000011001111011100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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