#40567B

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

Shades of Chambray #40567B

Tints of Chambray #40567B

Color information

#40567B (or 0x40567B) is unknown color: approx Chambray. HEX triplet: 40, 56 and 7B. RGB value is (64,86,123). Sum of RGB (Red+Green+Blue) = 64+86+123=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #40567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40567B is #BFA984. Grayscale: #535353. Windows color (decimal): -12560773 or 8083008. OLE color: 8083008.

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

Color convert

RGB6486123-
CMYK0.480.3000.52
HSL217.63º31.55%36.67%-
HSV(B)217.63º47.97%48.24%-
XYZ9.029.1820.03-
YUV83.64150.21113.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=23.44%
G=31.50%
B=45.05%

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
Decimal64861230.480.3000.52217.6331.5536.67
Hex40567B301E034da2025
Octal10012617360360643324045
Binary10000001010110111101111000011110011010011011010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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