#465D87

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

Shades of Chambray #465D87

Tints of Chambray #465D87

Color information

#465D87 (or 0x465D87) is unknown color: approx Chambray. HEX triplet: 46, 5D and 87. RGB value is (70,93,135). Sum of RGB (Red+Green+Blue) = 70+93+135=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #465D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D87 is #B9A278. Grayscale: #5A5A5A. Windows color (decimal): -12165753 or 8871238. OLE color: 8871238.

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

Color convert

RGB7093135-
CMYK0.480.3100.47
HSL218.77º31.71%40.2%-
HSV(B)218.77º48.15%52.94%-
XYZ10.8110.8824.45-
YUV90.91152.88113.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=23.49%
G=31.21%
B=45.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70931350.480.3100.47218.7731.7140.2
Hex465D87301F02Fdb2028
Octal10613520760370573334050
Binary100011010111011000011111000011111010111111011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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