#465E7F

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

Shades of Chambray #465E7F

Tints of Chambray #465E7F

Color information

#465E7F (or 0x465E7F) is unknown color: approx Chambray. HEX triplet: 46, 5E and 7F. RGB value is (70,94,127). Sum of RGB (Red+Green+Blue) = 70+94+127=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #465E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E7F is #B9A180. Grayscale: #5A5A5A. Windows color (decimal): -12165505 or 8347206. OLE color: 8347206.

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

Color convert

RGB7094127-
CMYK0.450.2600.50
HSL214.74º28.93%38.63%-
HSV(B)214.74º44.88%49.8%-
XYZ10.3610.8421.62-
YUV90.59148.55113.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 127 (50% from 255) = 43.64%
R=24.05%
G=32.30%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70941270.450.2600.50214.7428.9338.63
Hex465E7F2D1A032d71d27
Octal10613617755320623273547
Binary1000110101111011111111011011101001100101101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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