#465A87

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

Shades of Chambray #465A87

Tints of Chambray #465A87

Color information

#465A87 (or 0x465A87) is unknown color: approx Chambray. HEX triplet: 46, 5A and 87. RGB value is (70,90,135). Sum of RGB (Red+Green+Blue) = 70+90+135=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #465A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A87 is #B9A578. Grayscale: #585858. Windows color (decimal): -12166521 or 8870470. OLE color: 8870470.

HSL color Cylindrical-coordinate representation of color #465A87: hue angle of 221.54º 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 #465A87 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7090135-
CMYK0.480.3300.47
HSL221.54º31.71%40.2%-
HSV(B)221.54º48.15%52.94%-
XYZ10.5610.3624.37-
YUV89.15153.87114.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=23.73%
G=30.51%
B=45.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70901350.480.3300.47221.5431.7140.2
Hex465A87302102Fde2028
Octal10613220760410573364050
Binary1000110101101010000111110000100001010111111011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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