#465780

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

Shades of Chambray #465780

Tints of Chambray #465780

Color information

#465780 (or 0x465780) is unknown color: approx Chambray. HEX triplet: 46, 57 and 80. RGB value is (70,87,128). Sum of RGB (Red+Green+Blue) = 70+87+128=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #465780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465780 is #B9A87F. Grayscale: #565656. Windows color (decimal): -12167296 or 8410950. OLE color: 8410950.

HSL color Cylindrical-coordinate representation of color #465780: hue angle of 222.41º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465780 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7087128-
CMYK0.450.3200.50
HSL222.41º29.29%38.82%-
HSV(B)222.41º45.31%50.2%-
XYZ9.839.6821.77-
YUV86.59151.37116.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=24.56%
G=30.53%
B=44.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70871280.450.3200.50222.4129.2938.82
Hex4657802D20032de1d27
Octal10612720055400623363547
Binary100011010101111000000010110110000001100101101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465780; }

 p { color: rgb(70,87,128); }

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

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

 a { background-color: rgb(70,87,128); }

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

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

 span { border-color: rgb(70,87,128); }

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