#40567A

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

Shades of Chambray #40567A

Tints of Chambray #40567A

Color information

#40567A (or 0x40567A) is unknown color: approx Chambray. HEX triplet: 40, 56 and 7A. RGB value is (64,86,122). Sum of RGB (Red+Green+Blue) = 64+86+122=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #40567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40567A is #BFA985. Grayscale: #535353. Windows color (decimal): -12560774 or 8017472. OLE color: 8017472.

HSL color Cylindrical-coordinate representation of color #40567A: hue angle of 217.24º 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 #40567A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6486122-
CMYK0.480.3000.52
HSL217.24º31.18%36.47%-
HSV(B)217.24º47.54%47.84%-
XYZ8.959.1519.71-
YUV83.53149.71114.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=23.53%
G=31.62%
B=44.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64861220.480.3000.52217.2431.1836.47
Hex40567A301E034d91f24
Octal10012617260360643313744
Binary1000000101011011110101100001111001101001101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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