#405379

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

Shades of Chambray #405379

Tints of Chambray #405379

Color information

#405379 (or 0x405379) is unknown color: approx Chambray. HEX triplet: 40, 53 and 79. RGB value is (64,83,121). Sum of RGB (Red+Green+Blue) = 64+83+121=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #405379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405379 is #BFAC86. Grayscale: #515151. Windows color (decimal): -12561543 or 7951168. OLE color: 7951168.

HSL color Cylindrical-coordinate representation of color #405379: hue angle of 220º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405379 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6483121-
CMYK0.470.3100.53
HSL220º30.81%36.27%-
HSV(B)220º47.11%47.45%-
XYZ8.668.6619.3-
YUV81.65150.21115.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=23.88%
G=30.97%
B=45.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64831210.470.3100.5322030.8136.27
Hex4053792F1F035dc1f24
Octal10012317157370653343744
Binary1000000101001111110011011111111101101011101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405379; }

 p { color: rgb(64,83,121); }

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

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

 a { background-color: rgb(64,83,121); }

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

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

 span { border-color: rgb(64,83,121); }

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