#405B7C

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

Shades of Chambray #405B7C

Tints of Chambray #405B7C

Color information

#405B7C (or 0x405B7C) is unknown color: approx Chambray. HEX triplet: 40, 5B and 7C. RGB value is (64,91,124). Sum of RGB (Red+Green+Blue) = 64+91+124=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #405B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B7C is #BFA483. Grayscale: #565656. Windows color (decimal): -12559492 or 8149824. OLE color: 8149824.

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

Color convert

RGB6491124-
CMYK0.480.2700.51
HSL213º31.91%36.86%-
HSV(B)213º48.39%48.63%-
XYZ9.4910.0320.5-
YUV86.69149.05111.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=22.94%
G=32.62%
B=44.44%

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
Decimal64911240.480.2700.5121331.9136.86
Hex405B7C301B033d52025
Octal10013317460330633254045
Binary10000001011011111110011000011011011001111010101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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