#405A7C

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

Shades of Chambray #405A7C

Tints of Chambray #405A7C

Color information

#405A7C (or 0x405A7C) is unknown color: approx Chambray. HEX triplet: 40, 5A and 7C. RGB value is (64,90,124). Sum of RGB (Red+Green+Blue) = 64+90+124=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #405A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A7C is #BFA583. Grayscale: #555555. Windows color (decimal): -12559748 or 8149568. OLE color: 8149568.

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

Color convert

RGB6490124-
CMYK0.480.2700.51
HSL214º31.91%36.86%-
HSV(B)214º48.39%48.63%-
XYZ9.419.8620.48-
YUV86.1149.39112.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=23.02%
G=32.37%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64901240.480.2700.5121431.9136.86
Hex405A7C301B033d62025
Octal10013217460330633264045
Binary10000001011010111110011000011011011001111010110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A7C; }

 p { color: rgb(64,90,124); }

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

<style>
 a { background-color: #405A7C; }

 a { background-color: rgb(64,90,124); }

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

<style>
 span { border-color: #405A7C; }

 span { border-color: rgb(64,90,124); }

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