#40547A

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

Shades of Chambray #40547A

Tints of Chambray #40547A

Color information

#40547A (or 0x40547A) is unknown color: approx Chambray. HEX triplet: 40, 54 and 7A. RGB value is (64,84,122). Sum of RGB (Red+Green+Blue) = 64+84+122=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #40547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40547A is #BFAB85. Grayscale: #525252. Windows color (decimal): -12561286 or 8016960. OLE color: 8016960.

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

Color convert

RGB6484122-
CMYK0.480.3100.52
HSL219.31º31.18%36.47%-
HSV(B)219.31º47.54%47.84%-
XYZ8.88.8419.65-
YUV82.35150.37114.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=23.70%
G=31.11%
B=45.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64841220.480.3100.52219.3131.1836.47
Hex40547A301F034db1f24
Octal10012417260370643333744
Binary1000000101010011110101100001111101101001101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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