#465E80

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

Shades of Chambray #465E80

Tints of Chambray #465E80

Color information

#465E80 (or 0x465E80) is unknown color: approx Chambray. HEX triplet: 46, 5E and 80. RGB value is (70,94,128). Sum of RGB (Red+Green+Blue) = 70+94+128=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #465E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465E80 is #B9A17F. Grayscale: #5A5A5A. Windows color (decimal): -12165504 or 8412742. OLE color: 8412742.

HSL color Cylindrical-coordinate representation of color #465E80: hue angle of 215.17º 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 #465E80 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7094128-
CMYK0.450.2700.50
HSL215.17º29.29%38.82%-
HSV(B)215.17º45.31%50.2%-
XYZ10.4210.8721.97-
YUV90.7149.05113.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=23.97%
G=32.19%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70941280.450.2700.50215.1729.2938.82
Hex465E802D1B032d71d27
Octal10613620055330623273547
Binary10001101011110100000001011011101101100101101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E80; }

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

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

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

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

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

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

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

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