#465B80

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

Shades of Chambray #465B80

Tints of Chambray #465B80

Color information

#465B80 (or 0x465B80) is unknown color: approx Chambray. HEX triplet: 46, 5B and 80. RGB value is (70,91,128). Sum of RGB (Red+Green+Blue) = 70+91+128=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #465B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B80 is #B9A47F. Grayscale: #585858. Windows color (decimal): -12166272 or 8411974. OLE color: 8411974.

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

Color convert

RGB7091128-
CMYK0.450.2900.50
HSL218.28º29.29%38.82%-
HSV(B)218.28º45.31%50.2%-
XYZ10.1610.3421.88-
YUV88.94150.04114.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=24.22%
G=31.49%
B=44.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70911280.450.2900.50218.2829.2938.82
Hex465B802D1D032da1d27
Octal10613320055350623323547
Binary10001101011011100000001011011110101100101101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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