#465D80

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

Shades of Chambray #465D80

Tints of Chambray #465D80

Color information

#465D80 (or 0x465D80) is unknown color: approx Chambray. HEX triplet: 46, 5D and 80. RGB value is (70,93,128). Sum of RGB (Red+Green+Blue) = 70+93+128=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #465D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D80 is #B9A27F. Grayscale: #595959. Windows color (decimal): -12165760 or 8412486. OLE color: 8412486.

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

Color convert

RGB7093128-
CMYK0.450.2700.50
HSL216.21º29.29%38.82%-
HSV(B)216.21º45.31%50.2%-
XYZ10.3410.6921.94-
YUV90.11149.38113.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=24.05%
G=31.96%
B=43.99%

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
Decimal70931280.450.2700.50216.2129.2938.82
Hex465D802D1B032d81d27
Octal10613520055330623303547
Binary10001101011101100000001011011101101100101101100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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