#405A7B

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

Shades of Chambray #405A7B

Tints of Chambray #405A7B

Color information

#405A7B (or 0x405A7B) is unknown color: approx Chambray. HEX triplet: 40, 5A and 7B. RGB value is (64,90,123). Sum of RGB (Red+Green+Blue) = 64+90+123=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #405A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A7B is #BFA584. Grayscale: #555555. Windows color (decimal): -12559749 or 8084032. OLE color: 8084032.

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

Color convert

RGB6490123-
CMYK0.480.2700.52
HSL213.56º31.55%36.67%-
HSV(B)213.56º47.97%48.24%-
XYZ9.359.8320.14-
YUV85.99148.89112.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=23.10%
G=32.49%
B=44.40%

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
Decimal64901230.480.2700.52213.5631.5536.67
Hex405A7B301B034d62025
Octal10013217360330643264045
Binary10000001011010111101111000011011011010011010110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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