#40597A

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

Shades of Chambray #40597A

Tints of Chambray #40597A

Color information

#40597A (or 0x40597A) is unknown color: approx Chambray. HEX triplet: 40, 59 and 7A. RGB value is (64,89,122). Sum of RGB (Red+Green+Blue) = 64+89+122=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #40597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40597A is #BFA685. Grayscale: #555555. Windows color (decimal): -12560006 or 8018240. OLE color: 8018240.

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

Color convert

RGB6489122-
CMYK0.480.2700.52
HSL214.14º31.18%36.47%-
HSV(B)214.14º47.54%47.84%-
XYZ9.29.6419.79-
YUV85.29148.72112.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=23.27%
G=32.36%
B=44.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64891220.480.2700.52214.1431.1836.47
Hex40597A301B034d61f24
Octal10013117260330643263744
Binary1000000101100111110101100001101101101001101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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