#40547B

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

Shades of Chambray #40547B

Tints of Chambray #40547B

Color information

#40547B (or 0x40547B) is unknown color: approx Chambray. HEX triplet: 40, 54 and 7B. RGB value is (64,84,123). Sum of RGB (Red+Green+Blue) = 64+84+123=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #40547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40547B is #BFAB84. Grayscale: #525252. Windows color (decimal): -12561285 or 8082496. OLE color: 8082496.

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

Color convert

RGB6484123-
CMYK0.480.3200.52
HSL219.66º31.55%36.67%-
HSV(B)219.66º47.97%48.24%-
XYZ8.868.8619.98-
YUV82.47150.87114.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=23.62%
G=31.00%
B=45.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64841230.480.3200.52219.6631.5536.67
Hex40547B3020034dc2025
Octal10012417360400643344045
Binary100000010101001111011110000100000011010011011100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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